Set an order on metrics via the API. Closes #1874
This commit is contained in:
@@ -54,6 +54,7 @@ class UpdateMetricCommandHandler
|
||||
'places' => $command->places,
|
||||
'default_view' => $command->default_view,
|
||||
'threshold' => $command->threshold,
|
||||
'order' => $command->order,
|
||||
];
|
||||
|
||||
return array_filter($params, function ($val) {
|
||||
|
||||
Reference in New Issue
Block a user