arogachev / yii2-sortable

Sortable ActiveRecord for Yii 2 framework
Other
17 stars 9 forks source link

Wrong sort calculation when prepending new model to one model #19

Closed arogachev closed 8 years ago

arogachev commented 8 years ago

For example with 'prependAdded' => true with continuous behavior if we have one model with sort 1, after adding new one they both have sort 1. If prepend to two or more elements, everything works fine.