* Merge: 18.4 version's framework and lib directory.
This commit is contained in:
@@ -121,7 +121,7 @@ class control extends baseControl
|
||||
*/
|
||||
public function setDefaultPrivByWorkflow()
|
||||
{
|
||||
$actionList = $this->dao->select('module, action')->from(TABLE_WORKFLOWACTION)
|
||||
$actionList = $this->dao->select('module, `action`')->from(TABLE_WORKFLOWACTION)
|
||||
->where('createdBy')->eq($this->app->user->account)
|
||||
->andWhere('buildin')->eq('0')
|
||||
->fetchGroup('module');
|
||||
|
||||
Reference in New Issue
Block a user