Homec4science

When summing points on a workboard, display sum with same precision as most…

Authored by epriestley <git@epriestley.com> on Sep 27 2016, 18:29.

Description

When summing points on a workboard, display sum with same precision as most-precise value

Summary:
Fixes T11703. This mostly avoids rounding errors.

If point values include "0.001", we also get three digits of precision: 1.000.

Maybe useful if your point field is called "bitcoins" or something.

Test Plan:
Before:

{F1851404}

After:

{F1851405}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11703

Differential Revision: https://secure.phabricator.com/D16601

Details

Committed
epriestley <git@epriestley.com>Sep 27 2016, 18:36
Pushed
aubortJan 31 2017, 17:16
Parents
rPH26b29a60c0f8: Remarkup rule to embed images
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHf2bb9bc06143: When summing points on a workboard, display sum with same precision as most… (authored by epriestley <git@epriestley.com>).Sep 27 2016, 18:36