* Adjust the doc module link in drop menu.

This commit is contained in:
hufangzhou
2021-08-05 10:54:31 +08:00
parent 2c9b575895
commit 71a16a3093
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -1300,7 +1300,10 @@ class executionModel extends model
$link = helper::createLink($module, $method, "executionID=%s");
}
if($module == 'doc') $link = helper::createLink('doc', 'objectLibs', "type=execution&objectID=%s&from=execution");
if($module == 'doc')
{
$link = helper::createLink('doc', $method, "type=execution&objectID=%s&from=execution");
}
return $link;
}