Merge branch 'zentaopms_283_task_#82067' into 'master'

* Finish task #82067.

See merge request easycorp/zentaopms!6730
This commit is contained in:
王怡栋
2023-01-09 00:25:33 +00:00
+3 -1
View File
@@ -228,8 +228,10 @@ class task extends control
if($this->post->after == 'continueAdding')
{
$storyParam = $this->post->story ? $this->post->story : '';
$response['message'] = $this->lang->task->successSaved . $this->lang->task->afterChoices['continueAdding'];
$response['locate'] = $this->createLink('task', 'create', "executionID=$executionID&storyID={$this->post->story}&moduleID=$moduleID");
$response['locate'] = $this->createLink('task', 'create', "executionID=$executionID&storyID={$storyParam}&moduleID=$moduleID");
return $this->send($response);
}
elseif($this->post->after == 'toTaskList')