Skip to content

Commit

Permalink
WIP on feature/PC108-108/multiple-contactmomenten
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Dec 17, 2024
1 parent b005e6e commit 3006090
Show file tree
Hide file tree
Showing 3 changed files with 543 additions and 172 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 3006090

Please sign in to comment.