- Issue created by @psaleks
- Status changed to Needs review
about 1 year ago 4:27pm 4 September 2023 - 🇦🇷Argentina tguerineau
I have reproduced the issue and confirmed that decimal types are not aligning to the right in tables. The problem seems to be with the line of code that specifies the types of fields that should be right-aligned.
I've tested the fix suggested in the issue description, changing 'decimal' to 'numeric', and it works as expected. Decimal fields are now aligning to the right.
Here's the patch that implements this change: datafield-fix-decimal-alignment-3385183-2.patch
Steps to Test:
1. Apply the patch.
2. Create or edit a content type to include a DataField with a numeric column.
3. Create new content and observe that the numeric values align to the right in the table view.Please review and let me know if there are any issues.
- @tguerineau opened merge request.
- Status changed to Fixed
about 1 year ago 1:51am 6 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.