Updated test views and routes for the new test attributes

This commit is contained in:
2024-04-06 12:08:23 -04:00
parent 0c1df2e7e6
commit 33c9bf5cb5
5 changed files with 27 additions and 9 deletions

View File

@ -45,7 +45,8 @@ class TestController extends Controller {
$params = (array)$request->getParsedBody();
$test = new Test;
$test->date_tag = $params['test_date_tag'];
$test->title = $params['test_title'];
$test->description = $params['test_description'];
$test->benchmark_id = $params['test_benchmark'];
$test->component_id = $params['test_component'];