* Modify variable for chart.

This commit is contained in:
songchenxuan
2023-10-26 10:44:47 +08:00
parent a3ef13742c
commit f0f4a7ba5a
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
declare(strict_types = 1);
/**
* The preview view file of pivot module of ZenTaoPMS.
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.zentao.net)
* @license ZPL(https://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
* @author Gang Liu <liugang@easycorp.ltd>
* @package pivot
* @link https://www.zentao.net
*/
namespace zin;
+1 -1
View File
@@ -17,7 +17,7 @@ jsVar('noChartSelected', $lang->chart->noChartSelected);
featureBar
(
set::current($group->id),
set::linkParams("dimension={$dimension}&group={key}")
set::linkParams("dimension={$dimensionID}&group={key}")
);
div