Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2648066
D25308.1732392492.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
977 B
Referenced Files
None
Subscribers
None
D25308.1732392492.diff
View Options
diff --git a/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php b/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
--- a/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
+++ b/src/applications/dashboard/paneltype/PhabricatorDashboardTabsPanelType.php
@@ -181,7 +181,7 @@
->setIcon('fa-chevron-left')
->setHref($prev_uri)
->setWorkflow(true)
- ->setDisabled(($prev_key === null) || !$can_edit));
+ ->setDisabled($prev_key === null));
$dropdown_menu->addAction(
id(new PhabricatorActionView())
@@ -189,7 +189,7 @@
->setIcon('fa-chevron-right')
->setHref($next_uri)
->setWorkflow(true)
- ->setDisabled(($next_key === null) || !$can_edit));
+ ->setDisabled($next_key === null));
$dropdown_menu->addAction(
id(new PhabricatorActionView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 20:08 (18 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
991814
Default Alt Text
D25308.1732392492.diff (977 B)
Attached To
Mode
D25308: Dashboard Tabs: render "Move" buttons grayed out more consistently
Attached
Detach File
Event Timeline
Log In to Comment