Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15436863
D19490.id46606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
716 B
Referenced Files
None
Subscribers
None
D19490.id46606.diff
View Options
diff --git a/src/applications/transactions/engineextension/PhabricatorSubtypeEditEngineExtension.php b/src/applications/transactions/engineextension/PhabricatorSubtypeEditEngineExtension.php
--- a/src/applications/transactions/engineextension/PhabricatorSubtypeEditEngineExtension.php
+++ b/src/applications/transactions/engineextension/PhabricatorSubtypeEditEngineExtension.php
@@ -47,6 +47,11 @@
->setValue($object->getEditEngineSubtype())
->setOptions($options);
+ // If subtypes are configured, enable changing them from the bulk editor.
+ if (count($map) > 1) {
+ $subtype_field->setBulkEditLabel(pht('Change subtype to'));
+ }
+
return array(
$subtype_field,
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 26, 4:41 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7544830
Default Alt Text
D19490.id46606.diff (716 B)
Attached To
Mode
D19490: Allow object subtypes to be changed via bulk editor
Attached
Detach File
Event Timeline
Log In to Comment