* Fix bug #20298.
This commit is contained in:
@@ -392,7 +392,7 @@ class control extends baseControl
|
||||
if($action->extensionType == 'none' and $action->buildin == 1) return false;
|
||||
|
||||
$flow = $this->dao->select('*')->from(TABLE_WORKFLOW)->where('module')->eq($this->moduleName)->fetch();
|
||||
$fields = $this->workflowaction->getFields($this->moduleName, $this->methodName);
|
||||
$fields = $this->loadModel('workflowaction')->getFields($this->moduleName, $this->methodName);
|
||||
$layouts = $this->loadModel('workflowlayout')->getFields($this->moduleName, $this->methodName);
|
||||
$rules = $this->dao->select('*')->from(TABLE_WORKFLOWRULE)->orderBy('id_desc')->fetchAll('id');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user