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
$(".fancytree_checkboxes").hide();
widgets.py line 96
please change this line to
$(".fancytree_checkboxes").show();
and any tree is fine just create parent node then child nodes for parent node
click to check checkbox of child node and you will see that only parent node will be checked at "fancytree_checkboxes"
To me it looks like mode 3 is completely broken. We're possibly missing some node attributes in the source so the js is confused. I'd say to just avoid it for now.
django-fancytree is missing checking child nodes when parent node is selected with select-mode = 3
The text was updated successfully, but these errors were encountered: