mirror of
https://github.com/documize/community.git
synced 2025-07-21 22:29:41 +02:00
Show jump list to other space documents
Closes #219 Jump to documents within space when viewing a document.
This commit is contained in:
parent
bc9dab72f2
commit
c65eb97948
26 changed files with 341 additions and 235 deletions
|
@ -13,6 +13,7 @@ import { inject as service } from '@ember/service';
|
|||
import Controller from '@ember/controller';
|
||||
|
||||
export default Controller.extend({
|
||||
router: service(),
|
||||
documentService: service('document'),
|
||||
|
||||
actions: {
|
||||
|
@ -56,6 +57,6 @@ export default Controller.extend({
|
|||
this.set('attachments', files);
|
||||
});
|
||||
});
|
||||
},
|
||||
},
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue