@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.

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

+1 -1
+1 -1
src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php
··· 117 117 'duplicate' => array( 118 118 'name' => pht('Duplicate'), 119 119 'name.full' => pht('Closed, Duplicate'), 120 - 'transaction.icon' => 'fa-times', 120 + 'transaction.icon' => 'fa-files-o', 121 121 'special' => ManiphestTaskStatus::SPECIAL_DUPLICATE, 122 122 'closed' => true, 123 123 ),