Page MenuHomestyx hydra

No OneTemporary

diff --git a/src/applications/transactions/editfield/PhabricatorCommentEditField.php b/src/applications/transactions/editfield/PhabricatorCommentEditField.php
index d3ff1374b3..1ed9e57d43 100644
--- a/src/applications/transactions/editfield/PhabricatorCommentEditField.php
+++ b/src/applications/transactions/editfield/PhabricatorCommentEditField.php
@@ -1,18 +1,22 @@
<?php
final class PhabricatorCommentEditField
extends PhabricatorEditField {
protected function newControl() {
return new PhabricatorRemarkupControl();
}
protected function newEditType() {
return new PhabricatorCommentEditType();
}
+ public function shouldGenerateTransactionsFromSubmit() {
+ return false;
+ }
+
public function shouldGenerateTransactionsFromComment() {
return true;
}
}

File Metadata

Mime Type
text/x-diff
Expires
Thu, Nov 6, 6:23 AM (8 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
318676
Default Alt Text
(811 B)

Event Timeline