1
0
Fork 0
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:
sauls8t 2018-03-05 12:47:42 +00:00
parent 7ccb3b4658
commit d1fdb385e9
5 changed files with 111 additions and 13 deletions

View file

@ -59,7 +59,8 @@ let constants = EmberObject.extend({
Group: 'role'
},
EveryoneUserId: "0"
EveryoneUserId: "0",
EveryoneUserName: "Everyone"
});
export default { constants }