Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15619940
D14865.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
971 B
Referenced Files
None
Subscribers
None
D14865.diff
View Options
diff --git a/src/applications/maniphest/editor/ManiphestEditEngine.php b/src/applications/maniphest/editor/ManiphestEditEngine.php
--- a/src/applications/maniphest/editor/ManiphestEditEngine.php
+++ b/src/applications/maniphest/editor/ManiphestEditEngine.php
@@ -66,10 +66,8 @@
$priority_map = $this->getTaskPriorityMap($object);
if ($object->isClosed()) {
- $priority_label = null;
$default_status = ManiphestTaskStatus::getDefaultStatus();
} else {
- $priority_label = pht('Change Priority');
$default_status = ManiphestTaskStatus::getDefaultClosedStatus();
}
@@ -150,7 +148,7 @@
->setIsCopyable(true)
->setValue($object->getPriority())
->setOptions($priority_map)
- ->setCommentActionLabel($priority_label),
+ ->setCommentActionLabel(pht('Change Priority')),
id(new PhabricatorRemarkupEditField())
->setKey('description')
->setLabel(pht('Description'))
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, May 18, 7:42 AM (18 h, 51 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
8003051
Default Alt Text
D14865.diff (971 B)
Attached To
Mode
D14865: Always show "Change Priority" Maniphest stacked action, even for closed tasks
Attached
Detach File
Event Timeline
Log In to Comment