From c9d072d23cde0cf02fb57d168001d7b09bb8c68e Mon Sep 17 00:00:00 2001 From: qixinzhi Date: Thu, 25 Jul 2024 05:27:03 +0000 Subject: [PATCH] * [bug#53019,0.5h] fix switch 1.5 nav. --- module/dimension/control.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/dimension/control.php b/module/dimension/control.php index f41357e769..0ed5d7e933 100644 --- a/module/dimension/control.php +++ b/module/dimension/control.php @@ -36,6 +36,8 @@ class dimension extends control $items[] = $item; } + if($module == 'pivot' && $method == 'design') $method = 'browse'; + $params = 'dimensionID={id}'; if($this->app->tab == 'bi' && $module == 'tree' && $method == 'browsegroup') {