Skip to content

Commit

Permalink
Merge pull request #101 from ConductionNL/feature/PC108-74/klant-regi…
Browse files Browse the repository at this point in the history
…ster-rename

renamed klantRegister to just klant
  • Loading branch information
Sudo-Thijn authored Jan 3, 2025
2 parents 076f0a3 + 1d96f8e commit 672151e
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 597 deletions.
8 changes: 4 additions & 4 deletions src/modals/Modals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import { navigationStore } from '../store/store.js'
<!-- klanten -->
<EditKlant />
<ViewKlantAuditTrail v-if="navigationStore.modal === 'viewKlantAuditTrail'" />
<ViewKlant v-if="navigationStore.modal === 'viewKlant'" />
<!-- berichten -->
<EditBericht />
<ViewBerichtAuditTrail v-if="navigationStore.modal === 'viewBerichtAuditTrail'" />
Expand All @@ -30,8 +31,7 @@ import { navigationStore } from '../store/store.js'
<ViewTaakAuditTrail v-if="navigationStore.modal === 'viewTaakAuditTrail'" />
<!-- rollen -->
<EditRol />
<!-- klant register -->
<ViewKlantRegister v-if="navigationStore.modal === 'viewKlantRegister'" />
<!-- medewerkers -->
<EditMedewerker v-if="navigationStore.modal === 'editMedewerker'" />
<!-- resultaat -->
<ResultaatForm v-if="navigationStore.modal === 'resultaatForm'" />
Expand All @@ -58,7 +58,7 @@ import EditTaak from './taken/EditTaak.vue'
import ViewTaakAuditTrail from './taken/ViewTaakAuditTrail.vue'
import EditRol from './rollen/EditRol.vue'
import ViewZaakAuditTrail from './zaken/ViewZaakAuditTrail.vue'
import ViewKlantRegister from './klantRegister/ViewKlantRegister.vue'
import ViewKlant from './klanten/ViewKlant.vue'
import DeleteContactMoment from './contactMomenten/DeleteContactMoment.vue'
import EditMedewerker from './medewerkers/EditMedewerker.vue'
import AddBerichtToZaak from './zaken/AddBerichtToZaak.vue'
Expand Down Expand Up @@ -88,7 +88,7 @@ export default {
ViewTaakAuditTrail,
EditRol,
ViewZaakAuditTrail,
ViewKlantRegister,
ViewKlant,
DeleteContactMoment,
EditMedewerker,
AddBerichtToZaak,
Expand Down
Loading

0 comments on commit 672151e

Please sign in to comment.