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

Provide nicer string for trying to move a task to its current columns

Summary: Ref T6027. We got a not-very-user-friendly default string before.

Test Plan: Selected "Move", didn't change the dropdown, hit submit. Now, got a nice human-readable description of the issue.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T6027

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

+4
+4
src/applications/transactions/storage/PhabricatorApplicationTransaction.php
··· 727 727 return pht('This object is already in that space.'); 728 728 case PhabricatorTransactions::TYPE_EDGE: 729 729 return pht('Edges already exist; transaction has no effect.'); 730 + case PhabricatorTransactions::TYPE_COLUMNS: 731 + return pht( 732 + 'You have not moved this object to any columns it is not '. 733 + 'already in.'); 730 734 } 731 735 732 736 return pht(