Home GnuPG

Fix two minor points UI issues
aa6c99384879Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix two minor points UI issues

Summary:
Ref T4427.

  • When points are configured, show them on the task detail page (just a simple property, at least for now).
  • Typecast points better to avoid "joe changed points from 12 to 12." beacuse we compare the stored value (as a string) to the new value (as a double).

Test Plan:

  • Saw points on detail view.
  • Created task with points, then edited it without touching points. No more spurious "changed from 12 to 12" transaction.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T4427

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

Details

Provenance
epriestley <git@epriestley.com>Authored on Feb 9 2016, 1:28 PM
Parents
rPHAB4c1140a3a789: unbreak exception handling
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHABaa6c99384879: Fix two minor points UI issues (authored by epriestley <git@epriestley.com>).Feb 9 2016, 8:57 PM