mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
chaining rules, "not" evaluator (#527)
* chaining rules, "not" evaluator * improved evaluators * fix code
This commit is contained in:
@@ -41,7 +41,8 @@ import {
|
||||
SetLanguagePickerAction,
|
||||
SetLogoPathAction,
|
||||
SetSharedUrlAction,
|
||||
SnackbarErrorAction
|
||||
SnackbarErrorAction,
|
||||
SetCurrentUrlAction
|
||||
} from './store/actions';
|
||||
import { AppStore } from './store/states/app.state';
|
||||
|
||||
@@ -89,6 +90,8 @@ export class AppComponent implements OnInit {
|
||||
const data: any = snapshot.data || {};
|
||||
|
||||
pageTitle.setTitle(data.title || '');
|
||||
|
||||
this.store.dispatch(new SetCurrentUrlAction(router.url));
|
||||
});
|
||||
|
||||
this.router.config.unshift(...this.extensions.getApplicationRoutes());
|
||||
|
Reference in New Issue
Block a user