1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 06:39:43 +02:00

re-working space permissions -- WIP

This commit is contained in:
Harvey Kandola 2017-09-13 19:22:38 +01:00
parent c51ba65b1d
commit ae05cacf3f
37 changed files with 735 additions and 601 deletions

View file

@ -23,6 +23,10 @@ export default Router.map(function () {
this.route('folder', {
path: 's/:folder_id/:folder_slug'
}, function() {
this.route('settings', {
path: 'settings'
});
});
this.route('document', {