-
Notifications
You must be signed in to change notification settings - Fork 0
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
getTree()'s root elements are unordered #1
Comments
michaelbaril
pushed a commit
that referenced
this issue
Mar 31, 2024
michaelbaril
pushed a commit
that referenced
this issue
Mar 31, 2024
michaelbaril
pushed a commit
that referenced
this issue
Mar 31, 2024
michaelbaril
pushed a commit
that referenced
this issue
Mar 31, 2024
michaelbaril
pushed a commit
that referenced
this issue
Mar 31, 2024
Hi @mikebridge , thanks for your feedback and sorry for the late answer. You're right, they should be ordered, I guess I just didn't think of it :) Fixed in v3.1.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm not sure if this is expected behaviour, but I have an ordered closure table that uses the
BelongsToOrderedTree
trait, and I notice that the root elements ofgetTree
are not ordered. The children are ordered however.According to the documentation,
The children relation will ... be ordered.
---so maybe it doesn't apply to the root elements?For example:
The text was updated successfully, but these errors were encountered: