Changes to a DocType are not being reflected in the source code of the custom app
Steps to reproduce
bench new-app custom_app
bench install-app --site test.localhost custom_app
bench set-config developer_mode 1
bench clear-cache
bench start
- Create new DocType. Set Module to the module created via
new-app
- Of note, the
Custom
checkbox is checked and disabled
- Of note, the
- Add a DocField, Save.
- Of note, the
Custom
checkbox is checked and disabled on the settings of the doctype
- Of note, the
Expected Result
Changes in custom_app/custom_app
Actual Result
No changes
Version Info
frappe 15.69.1 version-15
erpnext 15.62.0 version-15
custom_app 0.0.1 develop
bench 5.21.1
Deployment details
via frappe_docker repo, using the development folder and docker