mirror of
https://github.com/documize/community.git
synced 2025-07-22 06:39:43 +02:00
Apply changes backported from Enterprise edition
This commit is contained in:
parent
3d0a3cecf9
commit
5757b2d36e
24 changed files with 1474 additions and 1378 deletions
|
@ -29,6 +29,10 @@ export default Router.map(function () {
|
|||
path: 'analytics'
|
||||
});
|
||||
|
||||
this.route('activity', {
|
||||
path: 'activity'
|
||||
});
|
||||
|
||||
this.route(
|
||||
'folder',
|
||||
{
|
||||
|
@ -59,6 +63,9 @@ export default Router.map(function () {
|
|||
this.route('revisions', {
|
||||
path: 'revisions'
|
||||
});
|
||||
this.route('activity', {
|
||||
path: 'activity'
|
||||
});
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue