* Show builtin chart.
This commit is contained in:
@@ -570,6 +570,8 @@ 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;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user