1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +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

@ -27,5 +27,6 @@ export default Model.extend({
documentCopy: attr('boolean'),
documentTemplate: attr('boolean'),
documentApprove: attr('boolean'),
name: attr('string') // read-only
name: attr('string'), // read-only
members: attr('number') // read-only
});