mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 17:25:16 -04:00
Add relation between User and Group
This represents the users which are members of this group Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
910f634b5f
commit
f8e07f6940
12 changed files with 103 additions and 16 deletions
|
@ -159,6 +159,7 @@ export class NotesService {
|
|||
historyEntries: [],
|
||||
updatedAt: new Date(),
|
||||
userName: 'Testy',
|
||||
groups: [],
|
||||
},
|
||||
description: 'Very descriptive text.',
|
||||
userPermissions: [],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue