Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14388428
D15942.id38384.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D15942.id38384.diff
View Options
diff --git a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
--- a/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
+++ b/src/applications/transactions/storage/PhabricatorApplicationTransaction.php
@@ -613,7 +613,14 @@
case PhabricatorObjectMentionsObjectEdgeType::EDGECONST:
case PhabricatorObjectMentionedByObjectEdgeType::EDGECONST:
return true;
- break;
+ case PhabricatorProjectObjectHasProjectEdgeType::EDGECONST:
+ // When an object is first created, we hide any corresponding
+ // project transactions in the web UI because you can just look at
+ // the UI element elsewhere on screen to see which projects it
+ // is tagged with. However, in mail there's no other way to get
+ // this information, and it has some amount of value to users, so
+ // we keep the transaction. See T10493.
+ return false;
default:
break;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 22, 4:30 PM (12 h, 31 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6918994
Default Alt Text
D15942.id38384.diff (1 KB)
Attached To
Mode
D15942: Special case the "added projects" transaction in mail when creating objects
Attached
Detach File
Event Timeline
Log In to Comment