Explicitly set "Created" as ActionName (to be used as a mail subject line vary prefix) when the transaction type is PhabricatorTransactions::TYPE_CREATE to avoid falling back to a generic "Updated" prefix.
Closes T15865
Differential D25732
Set ActionName to "Created" for PhabricatorTransactions::TYPE_CREATE aklapper on Jul 13 2024, 15:47. Authored by
Details
Explicitly set "Created" as ActionName (to be used as a mail subject line vary prefix) when the transaction type is PhabricatorTransactions::TYPE_CREATE to avoid falling back to a generic "Updated" prefix. Closes T15865 Either create a new task and check the mail subject line prefix (if you have a mail setup in your Phorge instance), or use the debug patch in P45 and check the order of action strengths.
Diff Detail
Event TimelineComment Actions So:
Comment Actions The change made sense but triggered this regression by introducing a non-default ActionStrength with value 140, thus changing the previous order of the PhutilSortVector defining the Vary Prefix subject. |