From 73f80d274e0f75558f8122fc0ad761c0526efb1c Mon Sep 17 00:00:00 2001 From: Alex Orluc <alex.orluc@maarch.org> Date: Thu, 7 Nov 2019 20:07:46 +0100 Subject: [PATCH] add expanded input --- src/frontend/app/process/process.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html index 073893e782c..5d9e0666e66 100644 --- a/src/frontend/app/process/process.component.html +++ b/src/frontend/app/process/process.component.html @@ -213,7 +213,7 @@ [resId]="currentResourceInformations.resId"> </app-notes-list> <app-diffusions-list *ngIf="modal.id === 'diffusionList'" #appDiffusionsList [adminMode]="false" - [resId]="currentResourceInformations.resId"> + [resId]="currentResourceInformations.resId" [expanded]="true"> </app-diffusions-list> <app-visa-workflow *ngIf="modal.id === 'visa'" #appVisaWorkflow [resId]="currentResourceInformations.resId"> </app-visa-workflow> -- GitLab