mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
[WIP] PDF viewer section & per section attachments
This commit is contained in:
parent
c0ed3c3d04
commit
166aeba09b
428 changed files with 45874 additions and 802 deletions
|
@ -50,7 +50,8 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
permissions: this.modelFor('document').permissions,
|
||||
roles: this.modelFor('document').roles,
|
||||
blocks: this.modelFor('document').blocks,
|
||||
versions: this.modelFor('document').versions
|
||||
versions: this.modelFor('document').versions,
|
||||
attachments: this.modelFor('document').attachments
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -67,6 +68,7 @@ export default Route.extend(AuthenticatedRouteMixin, {
|
|||
controller.set('roles', model.roles);
|
||||
controller.set('blocks', model.blocks);
|
||||
controller.set('versions', model.versions);
|
||||
controller.set('attachments', model.attachments);
|
||||
},
|
||||
|
||||
activate: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue