* Try to fix bug #35936.

This commit is contained in:
songchenxuan
2023-06-16 15:35:31 +08:00
parent 14d3b18d59
commit de6aa53d73
+5
View File
@@ -122,6 +122,11 @@
$methodName = 'setSQL';
$params = "id={$action->objectID}";
}
if($module == 'deploystep')
{
$module = 'deploy';
$methodName = 'viewStep';
}
if($action->objectType == 'api')
{
$params = "libID=0&moduelID=0&apiID={$action->objectID}";