Actions
Defect #43282
closedLocked users are not shown in gray in the user list
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
In the user list for administrators, locked users were displayed in gray in Redmine 5.0 and earlier. However, since Redmine 5.1, they have been displayed in black, the same as active users, which makes it harder to identify locked users in the list.
Redmine 5.0:
Redmine 5.1:
Files
Updated by Go MAEDA about 1 month ago
- File 43282.patch 43282.patch added
- Target version set to 6.1.1
The attached patch fixes the issue by adding User#css_classes to the class attribute of each tr element, as done in issue list.
Updated by Go MAEDA about 1 month ago
- Status changed from New to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r24195.
Actions