* Finish task #91131.
This commit is contained in:
@@ -604,8 +604,9 @@ class chartModel extends model
|
||||
if($field)
|
||||
{
|
||||
$path = $this->app->getModuleRoot() . 'dataview' . DS . 'table' . DS . "$object.php";
|
||||
include $path;
|
||||
if(!is_file($path)) return;
|
||||
|
||||
include $path;
|
||||
$options = $schema->fields[$field]['options'];
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user