Skip to content

Change Trim Zeros to Trim Leading Zeros#7452

Merged
CarolineDenis merged 1 commit into
mainfrom
issue-7451
Sep 25, 2025
Merged

Change Trim Zeros to Trim Leading Zeros#7452
CarolineDenis merged 1 commit into
mainfrom
issue-7451

Conversation

@alesan99

Copy link
Copy Markdown
Contributor

Fixes #7451

Quick fix, makes it clear that the new Trim Zeros option is specifically for trimming leading zeroes so users don't enable it with the expectation that it removes trailing zeroes.

Under the hood it turns the value into an integer to get rid of the leading zeros.

Checklist

  • Self-review the PR after opening it to make sure the changes look good and
    self-explanatory (or properly documented)
  • Add relevant issue to release milestone
  • Add pr to documentation list
  • Add automated tests
  • Add a reverse migration if a migration is present in the PR

Testing instructions

  • Go to app resources -> record formatter
  • Configure a table format
  • Click the gear next to a field
  • The Trim Zeros option should now be called "Trim Leading Zeros"

@alesan99 alesan99 added this to the 7.12.0 milestone Sep 25, 2025
@github-project-automation github-project-automation Bot moved this to 📋Back Log in General Tester Board Sep 25, 2025
@alesan99 alesan99 modified the milestones: 7.12.0, 7.11.2 Sep 25, 2025
@CarolineDenis
CarolineDenis self-requested a review September 25, 2025 18:17
@CarolineDenis
CarolineDenis merged commit 63722d3 into main Sep 25, 2025
14 checks passed
@CarolineDenis
CarolineDenis deleted the issue-7451 branch September 25, 2025 18:17
@github-project-automation github-project-automation Bot moved this from 📋Back Log to ✅Done in General Tester Board Sep 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: ✅Done

Development

Successfully merging this pull request may close these issues.

"Trim Zeros" option turns decimals into integers

3 participants