Skip to content

Commit

Permalink
Merge pull request #47 from OpenWebconcept/feature/PC108-55/zaken-ove…
Browse files Browse the repository at this point in the history
…rview

Added BSN to zaken overview
  • Loading branch information
remko48 authored May 28, 2024
2 parents 6bf82bc + 2c93926 commit 8eabef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/zaaksysteem/ZakenOverzicht.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<tbody>
<tr v-for="zaak in zaken" :key="zaak.id" class="row-link">
<th scope="row">{{ zaak.identificatie }}</th>
<td class="wrap">{{ zaak.aanvrager }}</td>
<td class="wrap">{{ zaak.embedded?.rollen ? zaak.embedded?.rollen[0]?.betrokkeneIdentificatie.inpBsn : zaak.aanvrager }}</td>
<td class="wrap">{{ zaak.zaaktypeOmschrijving }}</td>
<td class="wrap">{{ zaak.status }}</td>
<td>{{ zaak.behandelaar }}</td>
Expand Down

0 comments on commit 8eabef6

Please sign in to comment.