permissions: explicitly register all permissions set for user. Fixes
#4217...
permissions: explicitly register all permissions set for user. Fixes
#4217
- in order to get a proper inheritance chain of permissions we'll register each step.
This allows to get full inheritance chain. Final permissions will be the same becuase
the only thing we change is we register each step before permissions final value.
- Also display the permissions summary in a nicer way more explicitly stating what
permissions overwrites which.