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:
Philip Molares 2021-04-02 20:46:34 +02:00
parent 85ed00e2c2
commit 1aa9b5f915

View file

@ -183,7 +183,9 @@ export class NotesService {
'authorColors', 'authorColors',
'owner', 'owner',
'groupPermissions', 'groupPermissions',
'groupPermissions.group',
'userPermissions', 'userPermissions',
'userPermissions.user',
'tags', 'tags',
], ],
}); });