mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-02 01:48:23 +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;
|
return $errors;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function getIcon() {
|
||||||
|
return 'fa-calculator';
|
||||||
|
}
|
||||||
|
|
||||||
private function getValueForPoints($value) {
|
private function getValueForPoints($value) {
|
||||||
if (!strlen($value)) {
|
if (!strlen($value)) {
|
||||||
$value = null;
|
$value = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue