This commit is contained in:
tianshujie
2023-12-19 19:38:17 +08:00
parent 917acb597f
commit ada5aaec71
6 changed files with 29 additions and 18 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ $importItems = array();
if(common::canModify('execution', $execution))
{
$params = isset($moduleID) ? "&storyID=0&moduleID=$moduleID" : "";
$batchCreateLink = $this->createLink('task', 'batchCreate', "executionID={$execution->id}{$params}");
$createLink = $this->createLink('task', 'create', "executionID={$execution->id}{$params}");
$batchCreateLink = $this->createLink('task', 'batchCreate', "executionID={$execution->id}{$params}") . ($app->tab == 'project' ? '#app=project' : '');
$createLink = $this->createLink('task', 'create', "executionID={$execution->id}{$params}") . ($app->tab == 'project' ? '#app=project' : '');
if(commonModel::isTutorialMode())
{
$wizardParams = helper::safe64Encode("executionID={$execution->id}{$params}");