Patch #40194
closedFix error in clear_disabled_fields method when IssuePriority is missing
0%
Description
Hello
The clear_disabled_fields method in the Redmine codebase raises a NoMethodError exception when called,
and the IssuePriority model is missing. This occurs due to an attempt to access the id attribute of IssuePriority without verifying its presence. The proposed fix ensures that the method gracefully handles the case where IssuePriority is missing by checking for its presence before accessing its attributes.
I propose this patch
Files
Related issues
Updated by Go MAEDA 10 months ago
- Related to Defect #38636: NoMethodError when creating/updating an issue if all issue priorities are disabled and no default priority is set added
Updated by Ondrej Masita 9 months ago
Default Docker Hub image will error out when issue is created with same error, because Priority field is marked mandatory and enumeration contains no values. This makes out-of-box-experience frustrating, because the solution does not work. This is covered in https://www.redmine.org/boards/2/topics/17160.
Updated by Go MAEDA 14 days ago
- Is duplicate of Defect #40860: Creating a new issue fails with an internal error if no issue priorities are defined added