Properly fixed metric updating
// cc @jbrooksuk
This commit is contained in:
@@ -153,8 +153,7 @@ 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),
|
||||
null,
|
||||
Binput::get('threshold', null, false)
|
||||
));
|
||||
} catch (ValidationException $e) {
|
||||
return Redirect::route('dashboard.metrics.edit', ['id' => $metric->id])
|
||||
|
||||
Reference in New Issue
Block a user