* Fix setMenu of execution.
This commit is contained in:
@@ -936,8 +936,7 @@ class doc extends control
|
||||
}
|
||||
elseif($from == 'execution')
|
||||
{
|
||||
$executions = $this->loadModel('execution')->getPairs(0, 'all', 'nocode');
|
||||
$this->execution->setMenu($executions, $objectID);
|
||||
$this->execution->setMenu($objectID);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user