Page MenuHomePhabricator

D15892.diff
No OneTemporary

D15892.diff

diff --git a/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php b/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php
--- a/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php
+++ b/src/applications/transactions/editfield/PhabricatorTextAreaEditField.php
@@ -51,7 +51,11 @@
protected function getValueForControl() {
$value = $this->getValue();
- return implode("\n", $value);
+ if ($this->getIsStringList()) {
+ return implode("\n", $value);
+ } else {
+ return $value;
+ }
}
protected function newConduitParameterType() {

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 10, 5:36 AM (1 w, 16 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7655933
Default Alt Text
D15892.diff (628 B)

Event Timeline