diff --git a/src/frontend/app/process/process.component.html b/src/frontend/app/process/process.component.html
index 073893e782cd02aeaa8564f3898e2f6c235484e3..5d9e0666e66e522db865ca55c75a01161e5c72d0 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>