mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
refined category permission checks
This commit is contained in:
parent
4d989e2497
commit
3a9675eb14
11 changed files with 149 additions and 22 deletions
|
@ -17,5 +17,9 @@ export default Model.extend({
|
|||
folderId: attr('string'),
|
||||
category: attr('string'),
|
||||
created: attr(),
|
||||
revised: attr()
|
||||
revised: attr(),
|
||||
|
||||
// fields used by UI only
|
||||
documents: attr(),
|
||||
users: attr(),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue