Unify output of reorder results
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -420,7 +420,7 @@ class CardService {
|
||||
$result[$card->getOrder()] = $card;
|
||||
}
|
||||
$this->changeHelper->cardChanged($id, false);
|
||||
return $result;
|
||||
return array_values($result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user