1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 00:42:41 +01:00

Set an icon for Maniphest story points

Summary: It's an icon. For story points.

Test Plan: Set some points, see icon.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D17915
This commit is contained in:
Chad Little 2017-05-16 12:38:11 -07:00
parent 6888472b56
commit 2aa146ffac

View file

@ -71,6 +71,10 @@ final class ManiphestTaskPointsTransaction
return $errors;
}
public function getIcon() {
return 'fa-calculator';
}
private function getValueForPoints($value) {
if (!strlen($value)) {
$value = null;