Project

General

Profile

Actions

Patch #40194

open

Fix error in clear_disabled_fields method when IssuePriority is missing

Added by Yazan Al aeddin 3 months ago. Updated 2 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

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

clear_disabled_fields.patch (1.3 KB) clear_disabled_fields.patch Yazan Al aeddin, 2024-02-05 16:56

Related issues

Related to Redmine - Defect #38636: NoMethodError when creating/updating an issue if all issue priorities are disabled and no default priority is setNew

Actions
Actions

Also available in: Atom PDF