Various fixes in the UI.

Check permissions mechanism reworked to allow specifying permission checks already in menu structure.
This commit is contained in:
Tomas Bures 2019-07-29 09:24:50 +02:00
parent a46c8fa9c3
commit a258479621
37 changed files with 485 additions and 399 deletions

View file

@ -35,12 +35,13 @@ router.putAsync('/shares', passport.loggedIn, async (req, res) => {
Accepts format:
{
XXX1: {
entityTypeId: ...
entityTypeId: ...,
requiredOperations: [ ... ]
},
XXX2: {
entityTypeId: ...
entityTypeId: ...,
entityId: ...,
requiredOperations: [ ... ]
}
}