Vote #80635
完了Totals not working in projects list view
0%
説明
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.
!{width: 920px; border: 1px solid #ccc;}.total-value-missing@2x.png!
journals
--------------------------------------------------------------------------------
Here is the fix with a test. Thanks for detecting the issue. All tests "pass":https://gitlab.com/redmine-org/redmine/pipelines/112740436.
--------------------------------------------------------------------------------
Committed the patch. Thank you for posting the patch so quickly.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
My patch introduced a new Stylelint violation, please commit the attached fix.
<pre>
public/stylesheets/application.css
410:1 ✖ Unexpected duplicate selector ".query-totals", first used at line 407 no-duplicate-selectors
</pre>
--------------------------------------------------------------------------------
Marius BALTEANU wrote:
> My patch introduced a new Stylelint violation, please commit the attached fix.
>
> [...]
Committed the patch.
--------------------------------------------------------------------------------