Okipa / laravel-brickables

Page content bricks management made easy.
MIT License
9 stars 4 forks source link

Sortable issue #3

Closed Balsakup closed 4 years ago

Balsakup commented 4 years ago

Bricks not following sortable behavior.
To fix it, just replace $casted->flatten() by $casted->flatten()->sortBy($model->sortable['order_column_name'])

https://github.com/Okipa/laravel-brickables/blob/361e9f7414fc1a859babc9efd783878f406e7fdd/src/Brickables.php#L135