1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-26 07:20:57 +01:00

Change Duplicate icon in Maniphest

Summary: Fixes T7917

Test Plan: Closed a task as a duplicate, see new icon.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T7917

Differential Revision: https://secure.phabricator.com/D12575
This commit is contained in:
Chad Little 2015-04-27 09:18:13 -07:00
parent ae192e5328
commit d78c22640b

View file

@ -117,7 +117,7 @@ final class PhabricatorManiphestConfigOptions
'duplicate' => array( 'duplicate' => array(
'name' => pht('Duplicate'), 'name' => pht('Duplicate'),
'name.full' => pht('Closed, Duplicate'), 'name.full' => pht('Closed, Duplicate'),
'transaction.icon' => 'fa-times', 'transaction.icon' => 'fa-files-o',
'special' => ManiphestTaskStatus::SPECIAL_DUPLICATE, 'special' => ManiphestTaskStatus::SPECIAL_DUPLICATE,
'closed' => true, 'closed' => true,
), ),