Module renaming does not propagate to related files and git status.
The issue involves module renaming in Frappe UI not updating modules.txt and doctypes JSON files, and git status showing no changes. The problem requires ensuring that renaming a module updates all relevant files and reflects in git status. The scope is somewhat clear but involves multiple components.
When renaming a module in the Frappe UI, the changes are not reflected in the modules.txt file and the module field inside the doctypes JSON files of that module. Additionally, running git status shows no changes after renaming the module.
Output of bench version
5.18.0
git status command to check for changes.The changes made to the module name in the Frappe UI are not reflected in the modules.txt file and the module field inside the doctypes JSON files. Running git status shows no changes after renaming the module.
After renaming a module in the Frappe UI, the changes should be reflected in the modules.txt file and the module field inside the doctypes JSON files. Runni
Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!
safwansamsudeen