Defect #42226
closedIncorrect links in tracker deletion error message for projects where tracker is disabled
0%
Description
This patch improves the error message displayed when attempting to delete a tracker in use.
Currently, all projects using the tracker are linked in the error message, even if the tracker is disabled for a project, leading to an incorrect issues list. This can lead to incorrect issue lists because when the tracker is disabled for a project, the issues list cannot be filtered to show issues associated with that tracker.
In the suggested fix, if the tracker is disabled, the project name is displayed as plain text instead of a link.
Files
Related issues
Updated by Go MAEDA 15 days ago
- Related to Feature #12521: Improve tracker deletion error message to display projects containing issues under the tracker added
Updated by Go MAEDA 11 days ago
- Status changed from New to Closed
- Target version deleted (
Candidate for next minor release) - Resolution set to Invalid
I mistakenly stated that an incorrect issues list would be displayed, but that was a misunderstanding. Therefore, I will withdraw this patch.
If the tracker to be deleted is not enabled in a project, the filters section at the top of the issues list may appear to have a different tracker selected. However, the issues list itself is displayed correctly.