Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18130127
D14692.id35535.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D14692.id35535.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
@@ -56,11 +56,9 @@
if ($object->isClosed()) {
$priority_label = null;
- $owner_label = null;
$default_status = ManiphestTaskStatus::getDefaultStatus();
} else {
$priority_label = pht('Change Priority');
- $owner_label = pht('Assign / Claim');
$default_status = ManiphestTaskStatus::getDefaultClosedStatus();
}
@@ -94,7 +92,7 @@
->setDescription(pht('User who is responsible for the task.'))
->setTransactionType(ManiphestTransaction::TYPE_OWNER)
->setSingleValue($object->getOwnerPHID())
- ->setCommentActionLabel($owner_label)
+ ->setCommentActionLabel(pht('Assign / Claim'))
->setCommentActionDefaultValue($owner_value),
id(new PhabricatorSelectEditField())
->setKey('priority')
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 14, 7:49 PM (2 d, 2 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9036686
Default Alt Text
D14692.id35535.diff (1 KB)
Attached To
Mode
D14692: Allow "Assign/Claim" stacked action on closed tasks
Attached
Detach File
Event Timeline
Log In to Comment