* Finish task #91811.

This commit is contained in:
wangyuting2
2023-04-21 10:01:46 +08:00
parent eee83dc5d4
commit 6473ae0ce0
6 changed files with 59 additions and 10 deletions
+1 -2
View File
@@ -580,8 +580,7 @@ class chartModel extends model
*/
public static function isClickable($chart, $action)
{
global $config;
if($chart->builtin and in_array($chart->id, $config->screen->builtinChart)) return false;
if($chart->builtin) return false;
return true;
}