Actions
Defect #41217
closedBroken project list table when filter scheduled for deletion
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Problem¶
Using Redmine 5.1.3 with an asynchronously queue backend reveals a broken project list table for admin users when they filter those projects scheduled for deletion:
Solution¶
The attached patch fixes the problem by adding two missing columns to the table layout and adds an integration test for making sure these changes will persist. After applying the patch to 5.1-stable branch the table looks like:
Environment¶
Files
Updated by Go MAEDA about 1 year ago
- Target version set to 5.1.4
Setting the target version to 5.1.4.
Updated by Go MAEDA about 1 year ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed the fix in r23026. Thank you for your contribution.
Updated by Go MAEDA about 1 year ago
- Status changed from Resolved to Closed
Merged to 5.1-stable branch in r23031.
Actions