mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
using all new permissions for securing spaces and documents
WIP
This commit is contained in:
parent
ef285c91de
commit
300b617583
51 changed files with 517 additions and 868 deletions
|
@ -26,7 +26,17 @@ export default Router.map(function () {
|
|||
}, function() {
|
||||
this.route('settings', {
|
||||
path: 'settings'
|
||||
});
|
||||
}, function () {
|
||||
this.route('security', {
|
||||
path: 'security'
|
||||
});
|
||||
this.route('invitation', {
|
||||
path: 'invitation'
|
||||
});
|
||||
this.route('category', {
|
||||
path: 'category'
|
||||
});
|
||||
})
|
||||
});
|
||||
|
||||
this.route('document', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue