Adds the ability to set the default view in which to display metrics
This commit is contained in:
@@ -52,6 +52,7 @@ class UpdateMetricCommandHandler
|
||||
'calc_type' => $command->calc_type,
|
||||
'display_chart' => $command->display_chart,
|
||||
'places' => $command->places,
|
||||
'default_view' => $command->default_view,
|
||||
];
|
||||
|
||||
return array_filter($params, function ($val) {
|
||||
|
||||
Reference in New Issue
Block a user