* [bug#50462,done,0.5h,0h] Fix batch create task link error.

This commit is contained in:
wangyuting
2024-06-03 08:35:45 +08:00
committed by caoyanyi
parent 469689f1d8
commit 5397ec1576
+1 -1
View File
@@ -222,7 +222,7 @@ if($config->vision != 'lite')
$config->my->task->actionList['batchCreate']['icon'] = 'split';
$config->my->task->actionList['batchCreate']['text'] = $lang->task->batchCreate;
$config->my->task->actionList['batchCreate']['hint'] = $lang->task->children;
$config->my->task->actionList['batchCreate']['url'] = array('module' => 'task', 'method' => 'batchCreate', 'params' => 'executionID={execution}&storyID={story}&moduleID={module}&taskID={id}iframe=true');
$config->my->task->actionList['batchCreate']['url'] = array('module' => 'task', 'method' => 'batchCreate', 'params' => 'executionID={execution}&storyID={story}&moduleID={module}&taskID={id}&iframe=true');
$config->my->task->actionList['batchCreate']['data-toggle'] = 'modal';
$config->my->task->actionList['batchCreate']['data-size'] = 'lg';
$config->my->task->actionList['batchCreate']['data-position'] = 'center';