Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15408831
D18879.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
570 B
Referenced Files
None
Subscribers
None
D18879.id.diff
View Options
diff --git a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
--- a/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
+++ b/src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldSelect.php
@@ -148,4 +148,9 @@
return new ConduitStringParameterType();
}
+ protected function newBulkParameterType() {
+ return id(new BulkSelectParameterType())
+ ->setOptions($this->getOptions());
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 20, 1:45 AM (6 d, 6 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7712330
Default Alt Text
D18879.id.diff (570 B)
Attached To
Mode
D18879: Support "<select />" custom fields in bulk editor
Attached
Detach File
Event Timeline
Log In to Comment