Not found DocType in my App folder

Try this key

developer_mode:1

Restart your bench and in your doctype design (editing a doctype) you should view a notice regarding you are in developer mode.

Hope this helps.

Thank you for the help, but its still greyed out. anything else that i can try

Hi @Hiba_Kuwari:

Please, run

bench --site {yoursite} show-config

and show the results (mask private data).

Are you seeing this while editing your doctype?

yes i can see the comment in pink box, and this is the result for running config command

Ok … and you user is “administrator” or other one with admin (system manager) privileges?

Administrator is my user. I am logged in as administrator as well

trybench clear-cache maybe sometime cache issue

1 Like

Maybe cache issue …

Just occurs with one doctype? If not … something wrong in your environment … any errors on console?

If only fail with one doctype maybe a query like this could work, i didn’t try (backup :innocent: )

update tabDoctype set custom=0 where name='yourdoctype'

After that make some change on the doctype and save again …
Hope this helps.

@avc How does changing a value in the database using a SQL script trigger Frappe hooks?

Basically I also got into this trouble. Below are the steps that i have followed.

Steps :- 1) set developer mode on using cli.
2) restart your bench.
3) Refresh your site.
4) Try to make new doctype and then check you will never get that default check.

Note : My version is 15.
Command for setting dev mode 1 = bench --site [Your Site Name] set-config developer