Defect #32896
Totals not working in projects list view
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Projects | |||
Target version: | 4.1.1 | |||
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.
Associated revisions
Fix totals not displayed in projects list view (#32896).
Patch by Marius BALTEANU.
Fix a Stylelint violation (#32896).
Patch by Marius BALTEANU.
History
#1
Updated by Marius BALTEANU about 1 year ago
- Status changed from New to Confirmed
- Assignee set to Marius BALTEANU
- Target version set to 4.1.1
#2
Updated by Marius BALTEANU about 1 year ago
- File 0001-Fix-totals-not-displayed-in-projects-list-view.patch
added
- Assignee changed from Marius BALTEANU to Go MAEDA
Here is the fix with a test. Thanks for detecting the issue. All tests pass.
#3
Updated by Go MAEDA about 1 year ago
- Resolution set to Fixed
Committed the patch. Thank you for posting the patch so quickly.
#4
Updated by Go MAEDA about 1 year ago
- Status changed from Confirmed to Closed
#5
Updated by Marius BALTEANU about 1 year ago
- File 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
#6
Updated by Go MAEDA about 1 year 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.