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

Object policy message: Do not imply that you actively set a policy

Summary:
For instance you could be using a form that sets an edit policy on an object that doesn't include you.

Cross-ref T16386

Test Plan:
- Go to http://phorge.localhost/maniphest/task/edit/form/default/
- Change the "visible to" or "editable by" field to "No One"
- See the new message

Reviewers: O1 Blessed Committers, aklapper

Reviewed By: O1 Blessed Committers, aklapper

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno, aklapper

Maniphest Tasks: T16386

Differential Revision: https://we.phorge.it/D26568

authored by

Pppery and committed by
Perry Olum
96633802 d9e8d725

+2 -2
+2 -2
src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
··· 3072 3072 $transaction_type, 3073 3073 pht('Invalid'), 3074 3074 pht( 3075 - 'You can not select this %s policy, because you would no longer '. 3076 - 'be able to %s the object.', 3075 + 'The %s policy of this object would no longer allow '. 3076 + 'you to %s the object.', 3077 3077 $capability, 3078 3078 $capability), 3079 3079 $xaction);