* Finish task#51109,51108,51128

This commit is contained in:
zenggang
2022-03-23 07:54:03 +00:00
parent b86c3a2a59
commit 1357480ac6
12 changed files with 28 additions and 5 deletions
+2
View File
@@ -127,6 +127,8 @@ class tutorial extends control
if(($module == 'story' or $module == 'task' or $module == 'bug') and $method == 'create') $target = 'self';
if($module == 'execution' and $method == 'linkStory') $target = 'self';
if($module == 'execution' and $method == 'managemembers') $target = 'self';
if(helper::isAjaxRequest()) return $this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => helper::createLink('tutorial', 'wizard', "module=$module&method=$method&params=" . helper::safe64Encode($params))));
return print(js::locate(helper::createLink('tutorial', 'wizard', "module=$module&method=$method&params=" . helper::safe64Encode($params)), $target));
}
echo $this->fetch($module, $method, $params);