DJBarnes / django-adminlte2-pdq

A Django app that takes all of the work out of making a beautiful and functional web application pretty darn quickly (PDQ) using the AdminLTE2 theme.
MIT License
6 stars 0 forks source link

Add menu documentation about criteria to render out a tree. #16

Open DJBarnes opened 2 years ago

DJBarnes commented 2 years ago

Trees are not rendered out unless the user has permission to access at least one node in the tree. This means that the sidebar will never have empty trees or nodes that do not work. It is "smart" in this regard. Probably need to add some documentation explaining how it "knows" to do this and what the behavior is.