Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2871185
D25626.1736839189.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
847 B
Referenced Files
None
Subscribers
None
D25626.1736839189.diff
View Options
diff --git a/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php b/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php
--- a/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php
+++ b/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php
@@ -27,4 +27,13 @@
return $editor->getCreateObjectTitleForFeed($author, $object);
}
+ public function getActionStrength() {
+ // The creation feed is supposed to be "more important" than other things.
+ // So a Task is first created and then closed, and not vice-versa.
+ // The default null was causing weirdnesses in Maniphest and Phriction.
+ // See ManiphestTaskTitleTransaction#getActionStrength()
+ // See PhrictionDocumentTitleTransaction#getActionStrength()
+ return 140;
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 07:19 (4 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1113964
Default Alt Text
D25626.1736839189.diff (847 B)
Attached To
Mode
D25626: The feed "created this task" should be the first one
Attached
Detach File
Event Timeline
Log In to Comment