Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2891942
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
894 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/applications/transactions/editfield/PhabricatorStringListEditField.php b/src/applications/transactions/editfield/PhabricatorStringListEditField.php
index 64cb1fe08c..74046be7ac 100644
--- a/src/applications/transactions/editfield/PhabricatorStringListEditField.php
+++ b/src/applications/transactions/editfield/PhabricatorStringListEditField.php
@@ -1,18 +1,23 @@
<?php
final class PhabricatorStringListEditField
extends PhabricatorEditField {
protected function newControl() {
return new AphrontFormTextControl();
}
+ protected function getValueForControl() {
+ $value = $this->getValue();
+ return implode(', ', $value);
+ }
+
protected function newConduitParameterType() {
return new ConduitStringListParameterType();
}
protected function newHTTPParameterType() {
return new AphrontStringListHTTPParameterType();
}
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jan 19, 15:59 (2 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1126255
Default Alt Text
(894 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment