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
first thanks for this great Package. I really like the idea of storing the nodes outside the normal node tree. ❤️
But in my current setup the query for finding the current root node doesn't work. Everytime the getRootNode() Method is called, a new root node is created. I found this code lines with the todo comment. Is it a known problem?
Hi,
first thanks for this great Package. I really like the idea of storing the nodes outside the normal node tree. ❤️
But in my current setup the query for finding the current root node doesn't work. Everytime the
getRootNode()
Method is called, a new root node is created. I found this code lines with the todo comment. Is it a known problem?Sitegeist.Taxonomy/Classes/Service/TaxonomyService.php
Lines 134 to 141 in 6d6754b
I'm looking for a better way to query the root node, but found nothing. Any ideas why this returns null?
I'm trying to fix it, but I don't know if I can.
Versions:
neos/neos 7.2.0
neos/neos-ui 7.2.1
And thanks again for the work :)
The text was updated successfully, but these errors were encountered: