creocoder / yii2-nested-sets

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

On Many Roots tree, the nested set seem not work #14

Closed dinhtrung closed 9 years ago

dinhtrung commented 10 years ago

Try the following sample data:

-- Root1
-- -- Branch1
-- -- -- Leaf1
-- Root2

Now move Root2 to Leaf1 then move it back to root once again.

This time, using Tree::find()->roots()->all() will only list Root1 as the root node.

Also the descendants() and ancestors() not working any more.

Any suggestion on fixing this?

creocoder commented 9 years ago

Will be fixed in stable version for Yii 2 release.

creocoder commented 9 years ago

Fixed by complete overhaul for Yii 2 release version.