Page MenuHomePhorge

D25626.1736839189.diff
No OneTemporary

D25626.1736839189.diff

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

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)

Event Timeline