Add syntax for adding permission nodes without subnodes
disba1ancer opened this issue ยท 2 comments
If permission node "a" have subnodes (e.g.: "a.b", "a.c.d"), it is impossible enable only permission node "a" without subnodes. Currently subnodes may be disabled only in explicit way, that requires specifing all subnodes. If some plugin add support for additionally permissions, this permissions will be not disabled for some users.
That's correct. This is an intentional design choice, which plugins should design their permissions around.