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
Now collective.navigationtoggle can't be adapted to specific portlet navigation customizations because of the pure javascript tree update implementation.
I suggest that the tree is updated by a html view (the response is generated by a view with html template)
I can do the implementation as I need this on a project.
The text was updated successfully, but these errors were encountered:
To be honest the original idea behind this package is exactly this: try to copy the navigation format from the client side HTML, not calling the server.
Obviously this implementation can't be fefect.
However an (optional) alternative implementation can be a good idea (like: looking for an adapter/view, and use it if found).
If you want to provide this feature: you are welcome!
Now collective.navigationtoggle can't be adapted to specific portlet navigation customizations because of the pure javascript tree update implementation.
I suggest that the tree is updated by a html view (the response is generated by a view with html template)
I can do the implementation as I need this on a project.
The text was updated successfully, but these errors were encountered: