@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+4
+4
src/applications/maniphest/xaction/ManiphestTaskPointsTransaction.php
··· 71 71 return $errors; 72 72 } 73 73 74 + public function getIcon() { 75 + return 'fa-calculator'; 76 + } 77 + 74 78 private function getValueForPoints($value) { 75 79 if (!strlen($value)) { 76 80 $value = null;