* Set the create testtask page open under the project app.

This commit is contained in:
tianshujie
2023-10-24 17:20:00 +08:00
parent d304951235
commit d6cad2f102
+1
View File
@@ -37,6 +37,7 @@ toolbar
setClass('btn primary'),
set::icon('plus'),
set::url(helper::createLink('testtask', 'create', "product=0&executionID=0&build=0&projectID={$project->id}")),
setData('app', 'project'),
$lang->testtask->create
) : null
);