acts_as_tree
acts_as_tree copied to clipboard
While loops have no recursion protection
If a page has one of its children defined as its parent, the methods 'root' and 'ancestors' will cause a time out. Perhaps add error handling for if a node has already been in the loop, or just a limit to the number of levels to traverse.
This still seems to be the case. Any update here?