Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2681043
D25307.1734633393.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
783 B
Referenced Files
None
Subscribers
None
D25307.1734633393.diff
View Options
diff --git a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelTabsController.php b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelTabsController.php
--- a/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelTabsController.php
+++ b/src/applications/dashboard/controller/panel/PhabricatorDashboardPanelTabsController.php
@@ -327,7 +327,7 @@
'This is already the last tab. It can not move any farther to '.
'the right.'))
->addCancelButton($cancel_uri);
- } else if ((string)head_key($old_config) === $target) {
+ } else if (!$is_next && (string)head_key($old_config) === $target) {
return $this->newDialog()
->setTitle(pht('Impossible!'))
->appendParagraph(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 18:36 (21 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1015361
Default Alt Text
D25307.1734633393.diff (783 B)
Attached To
Mode
D25307: Dashboard Tabs: fix action "Move Right"
Attached
Detach File
Event Timeline
Log In to Comment