From 72ad5b44c622d2633b888b057c7ff9f2de204bef Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Wed, 31 Jul 2019 14:01:37 +0100 Subject: [PATCH] FEAT #11321 TIME 0:15 close panel after validate profile --- src/frontend/app/profile/profile.component.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/frontend/app/profile/profile.component.ts b/src/frontend/app/profile/profile.component.ts index 8adf05a009..fc37a10ff5 100644 --- a/src/frontend/app/profile/profile.component.ts +++ b/src/frontend/app/profile/profile.component.ts @@ -105,6 +105,12 @@ export class ProfileComponent implements OnInit { if (this.signaturesService.mobileMode) { this.snavLeftComponent.open(); this.snavRightComponent.close(); + } else { + this.signaturesService.sideNavRigtDatas = { + mode: 'mainDocumentDetail', + width: '450px', + locked: false, + }; } } -- GitLab