Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left/right/depth attributes not updated on the record after update #114

Open
brandonkelly opened this issue Dec 4, 2017 · 0 comments
Open

Comments

@brandonkelly
Copy link

NestedSetsBehavior will set the lft, rgt, and depth attributes on the record when it’s a new record, but it won’t update those attributes after performing an operation on an existing record.

Example:

$a->prependTo($b);
echo $a->lft;

I would expect that to output the new lft attribute value, but it will output the old one.

brandonkelly added a commit to craftcms/cms that referenced this issue Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant