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:
parent
6888472b56
commit
2aa146ffac
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ final class ManiphestTaskPointsTransaction
|
|||
return $errors;
|
||||
}
|
||||
|
||||
public function getIcon() {
|
||||
return 'fa-calculator';
|
||||
}
|
||||
|
||||
private function getValueForPoints($value) {
|
||||
if (!strlen($value)) {
|
||||
$value = null;
|
||||
|
|
Loading…
Reference in a new issue