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

Closing as a duplicate should use "closed" iconography

Summary: Uses the check icon for closed, which is the primary action taken.

Test Plan:
Close as a duplicate, seen new icon.

{F236048}

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D10882

+1
+1
src/applications/maniphest/storage/ManiphestTransaction.php
··· 352 352 return 'fa-columns'; 353 353 354 354 case self::TYPE_MERGED_INTO: 355 + return 'fa-check'; 355 356 case self::TYPE_MERGED_FROM: 356 357 return 'fa-compress'; 357 358