Skip to content

Commit

Permalink
Merge pull request #107 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 17, 2024
2 parents 4f7c450 + e1b56fe commit df0ad41
Show file tree
Hide file tree
Showing 3 changed files with 595 additions and 202 deletions.
1 change: 0 additions & 1 deletion lib/Controller/ZaakTypenController.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public function update(string $id): JSONResponse
// Remove the 'id' field if it exists, as we're creating a new object
unset($data['id']);

// Add the id field from the object path
$data['id'] = $id;

// Save the new catalog object
Expand Down
Loading

0 comments on commit df0ad41

Please sign in to comment.