Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15433149
D17984.id43254.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
D17984.id43254.diff
View Options
diff --git a/src/applications/project/controller/PhabricatorProjectBoardViewController.php b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
--- a/src/applications/project/controller/PhabricatorProjectBoardViewController.php
+++ b/src/applications/project/controller/PhabricatorProjectBoardViewController.php
@@ -713,14 +713,6 @@
->setDisabled(!$can_edit)
->setWorkflow(true);
- $background_uri = $this->getApplicationURI("board/{$id}/background/");
- $manage_items[] = id(new PhabricatorActionView())
- ->setIcon('fa-paint-brush')
- ->setName(pht('Change Background Color'))
- ->setHref($background_uri)
- ->setDisabled(!$can_edit)
- ->setWorkflow(false);
-
if ($show_hidden) {
$hidden_uri = $this->getURIWithState()
->setQueryParam('hidden', null);
@@ -738,6 +730,17 @@
->setName($hidden_text)
->setHref($hidden_uri);
+ $manage_items[] = id(new PhabricatorActionView())
+ ->setType(PhabricatorActionView::TYPE_DIVIDER);
+
+ $background_uri = $this->getApplicationURI("board/{$id}/background/");
+ $manage_items[] = id(new PhabricatorActionView())
+ ->setIcon('fa-paint-brush')
+ ->setName(pht('Change Background Color'))
+ ->setHref($background_uri)
+ ->setDisabled(!$can_edit)
+ ->setWorkflow(false);
+
$manage_uri = $this->getApplicationURI("board/{$id}/manage/");
$manage_items[] = id(new PhabricatorActionView())
->setIcon('fa-gear')
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 25, 9:44 PM (3 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7713023
Default Alt Text
D17984.id43254.diff (1 KB)
Attached To
Mode
D17984: Reorder workboard menu items
Attached
Detach File
Event Timeline
Log In to Comment