mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-30 19:21:37 +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
305a3f1bea
commit
cbf0ce98dd
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…
Reference in a new issue