* Modify variable for chart.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user