Updated test views and routes for the new test attributes
This commit is contained in:
@ -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'];
|
||||
|
||||
|
Reference in New Issue
Block a user