Skip to content

Commit

Permalink
Merge pull request #110 from ConductionNL/feature/PC108-108/multiple-…
Browse files Browse the repository at this point in the history
…contactmomenten

feature/PC108-108/multiple-contactmomenten
  • Loading branch information
remko48 authored Dec 18, 2024
2 parents 5784cfe + 56b09b8 commit 695119c
Show file tree
Hide file tree
Showing 5 changed files with 2,164 additions and 1,040 deletions.
3 changes: 3 additions & 0 deletions src/modals/Modals.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { navigationStore } from '../store/store.js'
<AddRolToZaak v-if="navigationStore.modal === 'addRolToZaak'" />
<!-- contactmomenten -->
<ContactMomentenForm v-if="navigationStore.modal === 'contactMomentenForm'" />
<ViewContactMoment v-if="navigationStore.viewModal === 'viewContactMoment'" />
<DeleteContactMoment v-if="navigationStore.modal === 'deleteContactMoment'" />
<!-- zaaktypen -->
<ZaaktypeForm v-if="navigationStore.modal === 'zaaktypeForm'" />
Expand Down Expand Up @@ -55,6 +56,7 @@ import AddBerichtToZaak from './zaken/AddBerichtToZaak.vue'
import AddTaakToZaak from './zaken/AddTaakToZaak.vue'
import ContactMomentenForm from './contactMomenten/ContactMomentenForm.vue'
import AddRolToZaak from './zaken/AddRolToZaak.vue'
import ViewContactMoment from './contactMomenten/ViewContactMoment.vue'
export default {
name: 'Modals',
Expand All @@ -78,6 +80,7 @@ export default {
AddTaakToZaak,
ContactMomentenForm,
AddRolToZaak,
ViewContactMoment,
},
}
</script>
Loading

0 comments on commit 695119c

Please sign in to comment.