Actions
Defect #42342
closedMissing thousands separator in Integer and Float custom field totals
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Even when the thousands separator option (introduced in #39997, Redmine 6.0.0) is enabled for integer or float custom fields, the total values in issue lists and other objects are not displayed with thousands separators.
Files
Related issues
Updated by Katsuya HIDAKA about 2 months ago
- File 0001-Fix-thousands-separator-for-integer-float-custom-field-totals.patch 0001-Fix-thousands-separator-for-integer-float-custom-field-totals.patch added
- File spent-times-after.png spent-times-after.png added
- File issues-after.png issues-after.png added
- File projects-after.png projects-after.png added
I'm attaching a patch to fix this issue.
Issues after applying this patch:
Spent time after applying this patch:
Projects after applying this patch:
I confirmed all tests includng system tests are passed:
https://github.com/hidakatsuya/redmine/actions/runs/13598913679
Updated by Go MAEDA about 2 months ago
- Related to Feature #39997: Add an option to render values of Integer- and Float-format custom fields with thousands delimiters added
Updated by Go MAEDA about 2 months ago
- Status changed from New to Confirmed
- Target version set to 6.0.4
Updated by Go MAEDA about 2 months ago
- Target version changed from 6.0.4 to 6.0.5
Updated by Go MAEDA 24 days ago
- Subject changed from Integer and Float custom field total not formatted with thousands separator to Missing thousands separator in Integer and Float custom field totals
- Status changed from Confirmed to Resolved
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch in r23559. Thank you for fixing the issue.
Actions