Skip to content
Snippets Groups Projects
Commit 5bd5b489 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

fix: remove back button on org unit list

parent e0aa757d
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,10 @@ export class OrgunitListRoutable extends SharedAbstractListRoutable<Organization
protected readonly _actions$: Actions,
protected readonly _dialog: MatDialog,
private readonly _securityService: SecurityService) {
super(_store, _changeDetector, _route, _actions$, _dialog, LocalStateEnum.organizationalUnit, orgUnitActionNameSpace, {canCreate: false});
super(_store, _changeDetector, _route, _actions$, _dialog, LocalStateEnum.organizationalUnit, orgUnitActionNameSpace, {
canCreate: false,
canGoBack: false,
});
}
conditionDisplayEditButton(model: OrganizationalUnitExtended | undefined): boolean {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment