mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-08 16:51:33 +00:00
NotesService: Get user and group of the permission
This also fetches to user and group of permissions and not only the `canEdit` property. Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
85ed00e2c2
commit
1aa9b5f915
1 changed files with 2 additions and 0 deletions
|
@ -183,7 +183,9 @@ export class NotesService {
|
|||
'authorColors',
|
||||
'owner',
|
||||
'groupPermissions',
|
||||
'groupPermissions.group',
|
||||
'userPermissions',
|
||||
'userPermissions.user',
|
||||
'tags',
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue