1
0
Fork 0
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:
Harvey Kandola 2017-09-21 18:59:43 +01:00
parent 4d989e2497
commit 3a9675eb14
11 changed files with 149 additions and 22 deletions

View file

@ -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(),
});