Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15329996
D20675.id49311.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
988 B
Referenced Files
None
Subscribers
None
D20675.id49311.diff
View Options
diff --git a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
--- a/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
+++ b/src/applications/transactions/editor/PhabricatorApplicationTransactionEditor.php
@@ -1801,6 +1801,11 @@
// you don't need permissions. If you can eventually mute an object
// for other users, this would need to be revisited.
return null;
+ case PhabricatorProjectSilencedEdgeType::EDGECONST:
+ // At time of writing, you can only write this edge for yourself, so
+ // you don't need permissions. If you can eventually silence project
+ // for other users, this would need to be revisited.
+ return null;
case PhabricatorObjectMentionsObjectEdgeType::EDGECONST:
return null;
case PhabricatorProjectProjectHasMemberEdgeType::EDGECONST:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 8, 7:13 AM (2 w, 23 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7378024
Default Alt Text
D20675.id49311.diff (988 B)
Attached To
Mode
D20675: Allow users with no CAN_EDIT permissions to silence projects if they want to
Attached
Detach File
Event Timeline
Log In to Comment