Page MenuHomePhorge

D25308.1726917429.diff
No OneTemporary

D25308.1726917429.diff

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

Mime Type
text/plain
Expires
Sat, Sep 21, 11:17 (21 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
893962
Default Alt Text
D25308.1726917429.diff (977 B)

Event Timeline