Skip to content
Snippets Groups Projects
Commit 73f80d27 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

add expanded input

parent 7377293e
No related branches found
No related tags found
No related merge requests found
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
[resId]="currentResourceInformations.resId"> [resId]="currentResourceInformations.resId">
</app-notes-list> </app-notes-list>
<app-diffusions-list *ngIf="modal.id === 'diffusionList'" #appDiffusionsList [adminMode]="false" <app-diffusions-list *ngIf="modal.id === 'diffusionList'" #appDiffusionsList [adminMode]="false"
[resId]="currentResourceInformations.resId"> [resId]="currentResourceInformations.resId" [expanded]="true">
</app-diffusions-list> </app-diffusions-list>
<app-visa-workflow *ngIf="modal.id === 'visa'" #appVisaWorkflow [resId]="currentResourceInformations.resId"> <app-visa-workflow *ngIf="modal.id === 'visa'" #appVisaWorkflow [resId]="currentResourceInformations.resId">
</app-visa-workflow> </app-visa-workflow>
......
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