+ Add moduleMenu actions.

This commit is contained in:
朱金勇
2023-06-10 09:13:40 +00:00
parent 92296ada0a
commit c56eec181c
4 changed files with 130 additions and 13 deletions
+4 -3
View File
@@ -93,9 +93,10 @@ toolbar
sidebar
(
moduleMenu(set(array(
'modules' => $moduleTree,
'activeKey' => $moduleID,
'closeLink' => $this->createLink('execution', 'task')
'modules' => $moduleTree,
'activeKey' => $moduleID,
'settingLink' => $this->createLink('tree', 'browsetask', "rootID=$execution->id&productID=0"),
'closeLink' => $this->createLink('execution', 'task')
)))
);