Skip to content

Commit

Permalink
fix(frontend): display referrers
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Feb 4, 2025
1 parent ac9bfef commit 74026de
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const renderStructureUsagersHeaders = (
DATE_FIN_DOM: CUSTOM_DOCS_LABELS.DATE_FIN_DOM,
DATE_PREMIERE_DOM: CUSTOM_DOCS_LABELS.DATE_PREMIERE_DOM,
DATE_DERNIER_PASSAGE: CUSTOM_DOCS_LABELS.DATE_DERNIER_PASSAGE,
//REFERENT: CUSTOM_DOCS_LABELS.REFERENT,
REFERENT: CUSTOM_DOCS_LABELS.REFERENT,
AYANTS_DROITS_NOMBRE: CUSTOM_DOCS_LABELS.AYANTS_DROITS_NOMBRE,
TRANSFERT_ACTIF: CUSTOM_DOCS_LABELS.TRANSFERT_ACTIF,
TRANSFERT_NOM: CUSTOM_DOCS_LABELS.TRANSFERT_NOM,
Expand Down Expand Up @@ -219,7 +219,7 @@ export const renderFirstSheetData = (
DATE_FIN_DOM: usager.DATE_FIN_DOM,
DATE_PREMIERE_DOM: usager.DATE_PREMIERE_DOM,
DATE_DERNIER_PASSAGE: usager.DATE_DERNIER_PASSAGE,
// REFERENT: usager.REFERENT,
REFERENT: usager.REFERENT,
AYANTS_DROITS_NOMBRE: usager.AYANTS_DROITS_NOMBRE,
TRANSFERT_ACTIF: usager.TRANSFERT_ACTIF,
TRANSFERT_NOM: usager.TRANSFERT_NOM,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
</div>
</div>
</div>
<!-- <div
<div
class="d-md-inline-block d-block me-2 text-md-start text-center my-1"
>
<button
Expand Down Expand Up @@ -392,7 +392,7 @@
</button>
</div>
</div>
</div> -->
</div>
</div>
<div class="col-12 col-md-3 text-md-end text-center my-1">
<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
</span>
</p>

<!-- <p class="my-2">
<p class="my-2">
<span class="valeur"> Référent: </span>
<span> {{ usager.referrerId | referrerName | async }}</span>
</p> -->
</p>
</ng-container>

<ng-container *ngIf="section === 'AYANTS_DROIT'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h2 class="form-title">État civil du demandeur</h2>
/>
<small id="numero-description">Exemple : BP 102, TSA 11000</small>
</div>
<!-- <div class="col-12 col-md-6 form-group">
<div class="col-12 col-md-6 form-group">
<label for="referrerId">Référent.e dans la structure</label>
<select
formControlName="referrerId"
Expand All @@ -407,7 +407,7 @@ <h2 class="form-title">État civil du demandeur</h2>
</option>
</ng-container>
</select>
</div> -->
</div>
</div>

<div
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
</span>
</p>

<!-- <p class="col-md-4 reponses">
<p class="col-md-4 reponses">
<span class="question">Référent.e au sein de la structure</span>
<span class="valeur">
{{ usager.referrerId | referrerName | async }}
</span>
</p> -->
</p>
</div>

<div class="row justify-content-start">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,12 +311,12 @@ <h2>Dossier</h2>
[usager]="usager"
></app-display-ayants-droits>
</div>
<!-- <div class="col-6 my-1 align-self-center">
<div class="col-6 my-1 align-self-center">
<span class="label">Référent au sein de la structure</span>
</div>
<div class="col-6 my-1">
{{ usager.referrerId | referrerName | async }}
</div> -->
</div>
<div class="col-12 mt-4">
<a
class="text-link"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<small id="numero-description">Exemple : BP 102, TSA 11000 </small>
</div>

<!-- <div class="col-md-4 col-12 form-group required">
<div class="col-md-4 col-12 form-group required">
<label for="referrerId">Référent.e dans la structure</label>
<select
formControlName="referrerId"
Expand All @@ -298,7 +298,7 @@
<option [value]="user.id">{{ user.nom }} {{ user.prenom }}</option>
</ng-container>
</select>
</div> -->
</div>
</div>

<div class="row">
Expand Down

0 comments on commit 74026de

Please sign in to comment.