diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php index c93241f3fd..635cd7d225 100644 --- a/module/testtask/view/edit.html.php +++ b/module/testtask/view/edit.html.php @@ -28,7 +28,10 @@ testtask->project;?> - project, "class='form-control chosen' onchange='loadProjectRelated(this.value)'");?> + project, "class='form-control chosen' onchange='loadProjectRelated(this.value)'"); + echo html::hidden('product', $task->product); + ?>