Page MenuHomePhabricator

D21188.diff
No OneTemporary

D21188.diff

diff --git a/src/applications/audit/editor/PhabricatorAuditEditor.php b/src/applications/audit/editor/PhabricatorAuditEditor.php
--- a/src/applications/audit/editor/PhabricatorAuditEditor.php
+++ b/src/applications/audit/editor/PhabricatorAuditEditor.php
@@ -105,6 +105,8 @@
switch ($xaction->getTransactionType()) {
case PhabricatorAuditActionConstants::INLINE:
+ $xaction->getComment()->setAttribute('editing', false);
+ return;
case PhabricatorAuditTransaction::TYPE_COMMIT:
return;
}
diff --git a/src/applications/differential/editor/DifferentialTransactionEditor.php b/src/applications/differential/editor/DifferentialTransactionEditor.php
--- a/src/applications/differential/editor/DifferentialTransactionEditor.php
+++ b/src/applications/differential/editor/DifferentialTransactionEditor.php
@@ -112,6 +112,7 @@
switch ($xaction->getTransactionType()) {
case DifferentialTransaction::TYPE_INLINE:
+ $xaction->getComment()->setAttribute('editing', false);
return;
}

File Metadata

Mime Type
text/plain
Expires
Mon, Mar 31, 7:03 AM (6 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7355255
Default Alt Text
D21188.diff (1 KB)

Event Timeline