wainuiomata / sambal

Experimental web admin for Samba and Active Directory domains
https://wainuiomata.com
GNU General Public License v3.0
1 stars 1 forks source link

Hiding children one level up from ContainerResource and RootFactory #43

Closed robvdl closed 8 months ago

robvdl commented 8 months ago

This needs to be done in the view not in the resource. If it's done in the resource it tends to break traversal.

It would involve creating a view for the ContainerResource context, we don't have one yet only for Resource. And also it needs to be done in the RootFactory most likely as well.

Right now it ends up showing basically all data on the domain when viewing the root url "/" which isn't that much for my test setup, but for larger domains this might be an issue.