Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2938154
D25291.1737974115.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
633 B
Referenced Files
None
Subscribers
None
D25291.1737974115.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
@@ -268,6 +268,8 @@
$panel_id = idx($tab_spec, 'panelID');
$subpanel = idx($panels, $panel_id);
+ $is_selected = (string)$idx === (string)$selected;
+
if ($subpanel) {
$panel_content = id(new PhabricatorDashboardPanelRenderingEngine())
->setViewer($viewer)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 10:35 (5 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1150532
Default Alt Text
D25291.1737974115.diff (633 B)
Attached To
Mode
D25291: Fix UX regression in Dashboard Tabs Panel
Attached
Detach File
Event Timeline
Log In to Comment