0

I have created two DocTypes inside the education module. I've unchecked the "custom" checkbox to build the js and py files. However, the two DocTypes have not listed inside the education module.

If I check the custom they return to list under setup so how I can list him inside the education module while the custom is unchecked?

another question: I have created a custom script for one of these DocTypes, will I lose the script after unchecked custom !!!

Note: I can find them in the global search

gavin
  • 793
  • 1
  • 7
  • 19

2 Answers2

0

For version-12 you'll have to override the get_data under education of the config module. The file for that is here

If you are on the develop branch, as a consequence of the desk refactor you might have to update an additional file, specifically education.json file with your newly created modules.

gavin
  • 793
  • 1
  • 7
  • 19
-1

Try Bench Migrate First for Standard DocType