mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
User picker for permission admin
This commit is contained in:
parent
7ccb3b4658
commit
d1fdb385e9
5 changed files with 111 additions and 13 deletions
|
@ -59,7 +59,8 @@ let constants = EmberObject.extend({
|
|||
Group: 'role'
|
||||
},
|
||||
|
||||
EveryoneUserId: "0"
|
||||
EveryoneUserId: "0",
|
||||
EveryoneUserName: "Everyone"
|
||||
});
|
||||
|
||||
export default { constants }
|
Loading…
Add table
Add a link
Reference in a new issue