Skip to main content
GoodFirstPicks
DashboardIssuesReposLeaderboard

GoodFirstPicks by Leaveitblank © 2026

CreatorRequest a RepoPrivacy PolicyTerms of Service
Renaming module in Frappe UI does not update modules.txt and doctypes JSON files, and git status shows no changes | GoodFirstPicks

Renaming module in Frappe UI does not update modules.txt and doctypes JSON files, and git status shows no changes

frappe/frappe 0 comments 1mo ago
View on GitHub
mediumopenScope: somewhat clearSkill match: maybeFrappe / ERPNextPython

Why this is a good first issue

Module renaming does not propagate to related files and git status.

AI Summary

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.

Issue Description

Description of the issue

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

Steps to reproduce the issue

  1. Login to the Frappe .
  2. Go to the "Module Def" list view.
  3. Select a module and click on the "Rename" .
  4. Enter a new name for the module and click "Save".
  5. Check the modules.txt file and the field 'module:' in the JSON files of the doctypes of that module .The module name still not changed.
  6. Run git status command to check for changes.

Observed result

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.

Expected result

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

GitHub Labels

bug

Want to work on this?

Claim this issue to let others know you're working on it. You'll earn 20 points when you complete it!

Risk Flags

  • potential data consistency issues
  • git integration
Loading labels...

Details

Points20 pts
Difficultymedium
Scopesomewhat clear
Skill Matchmaybe
Test Focusedno
Assigneesafwansamsudeen