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
in upy.contrib.tree.tpl.* the node.level to calculate if applying before or after parameters counts always starting from the root, and not the relative-depth of the menu tree.
Ex:
root
|--- menu
|-------- submenu
|-------------- node
in upy.contrib.tree.tpl.* the node.level to calculate if applying before or after parameters counts always starting from the root, and not the relative-depth of the menu tree.
Ex:
root
|--- menu
|-------- submenu
|-------------- node
this:
whil apply the 'before' tags correctly on submenu,
but this:
will not apply any 'before', because it counts always node.level <= 2
The text was updated successfully, but these errors were encountered: