You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Rails 5.2.0 and just updated ClosureTree to 7.0 from 6.6.0
prepend_sibling and append_sibling are both returning undefined method errors on a model that has has_closure_tree. Both of those methods were working fine before.
@jasonsof I guess this is kind of defect. If you try to add numeric_order: true and if you no need order for roots, additionally: , dont_order_roots: true then it can be solved. This functionality was introduced here
I'm using Rails 5.2.0 and just updated ClosureTree to 7.0 from 6.6.0
prepend_sibling
andappend_sibling
are both returning undefined method errors on a model that hashas_closure_tree
. Both of those methods were working fine before.Anyone else experiencing this? is this a defect?
edit: here's a contrived example with an rspec test showing the issue: https://github.com/jasonsof/tree_list
The text was updated successfully, but these errors were encountered: