Actions
Defect #32896
closedTotals not working in projects list view
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Projects list view that was introduced in Redmine 4.1.0 has "Totals" checkboxes if numeric custom fields are defined for projects. The total value of the custom fields is expected to be displayed when the checkbox is on, I think.
However, the total value is not displayed even if the checkbox is on. It seems that the checkbox is not working at all.
Files
Updated by Marius BĂLTEANU almost 5 years ago
- Status changed from New to Confirmed
- Assignee set to Marius BĂLTEANU
- Target version set to 4.1.1
Updated by Marius BĂLTEANU almost 5 years ago
- File 0001-Fix-totals-not-displayed-in-projects-list-view.patch 0001-Fix-totals-not-displayed-in-projects-list-view.patch added
- Assignee changed from Marius BĂLTEANU to Go MAEDA
Here is the fix with a test. Thanks for detecting the issue. All tests pass.
Updated by Go MAEDA almost 5 years ago
- Resolution set to Fixed
Committed the patch. Thank you for posting the patch so quickly.
Updated by Marius BĂLTEANU almost 5 years ago
- File fix_stylelint_violation.patch fix_stylelint_violation.patch added
- Status changed from Closed to Reopened
My patch introduced a new Stylelint violation, please commit the attached fix.
public/stylesheets/application.css 410:1 ✖ Unexpected duplicate selector ".query-totals", first used at line 407 no-duplicate-selectors
Updated by Go MAEDA almost 5 years ago
- Status changed from Reopened to Closed
Marius BALTEANU wrote:
My patch introduced a new Stylelint violation, please commit the attached fix.
[...]
Committed the patch.
Actions