Skip to content

Releases: motomedialab/laravel-nestedset

Removed node scoping

17 Jan 15:43
7847618
Compare
Choose a tag to compare

Removed scopes from NestedSet calculation

v5.0.1: Modified assertNodeExists to perform null check

02 Oct 14:37
aa2feef
Compare
Choose a tag to compare
I've suddenly started running into issues where the root folder (which now has an _lft value of 0, and an _rgt value of 0) forces the assertNodeExists check to fail.

To better perform this test, we should check if the value returned from the models attribute is null as this is the value returned if the node doesn't exist.