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:
parent
7ccb3b4658
commit
d1fdb385e9
5 changed files with 111 additions and 13 deletions
|
@ -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
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue