mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
document level permissions
This commit is contained in:
parent
f4f32bcfcb
commit
b9394a4967
28 changed files with 983 additions and 355 deletions
|
@ -31,6 +31,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
this.set('folders', data.folders);
|
||||
this.set('folder', data.folder);
|
||||
this.set('permissions', data.permissions);
|
||||
this.set('roles', data.roles);
|
||||
this.set('links', data.links);
|
||||
resolve();
|
||||
});
|
||||
|
@ -44,6 +45,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
document: this.get('document'),
|
||||
page: this.get('pageId'),
|
||||
permissions: this.get('permissions'),
|
||||
roles: this.get('roles'),
|
||||
links: this.get('links'),
|
||||
sections: this.get('sectionService').getAll()
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue