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:
parent
ae192e5328
commit
d78c22640b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue