creocoder / yii2-nested-sets

The nested sets behavior for the Yii framework.
Other
446 stars 129 forks source link

Possible `NestedSet::moveAsFirst()` bug #34

Closed mobius77 closed 9 years ago

mobius77 commented 9 years ago

When use this function it sets wrong lft and rgt values. (in example 12, 13 but it must be 10, 11) 20-12-2014 14-20-58

creocoder commented 9 years ago

There is no more moveAsFirst method inside behavior for Yii 2 release version. Also working approach was changed so there is now tree integrity garantee. We can complettely forget about troubles like this.