Pass update order as null from the dashboard

This commit is contained in:
James Brooks
2016-06-07 08:53:41 +01:00
parent a2cee97f33
commit 42eac92737

View File

@@ -153,7 +153,8 @@ class MetricController extends Controller
Binput::get('display_chart', null, false),
Binput::get('places', null, false),
Binput::get('default_view', null, false),
Binput::get('threshold', null, false)
Binput::get('threshold', null, false),
null,
));
} catch (ValidationException $e) {
return Redirect::route('dashboard.metrics.edit', ['id' => $metric->id])