Skip to content

Commit

Permalink
remove setObject
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Dec 19, 2024
1 parent 7e74e66 commit a4e65e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Service/ObjectService.php
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,6 @@ public function saveObject(int $register, int $schema, array $object): ObjectEnt
// Handle object properties that are either nested objects or files
if ($schemaObject->getProperties() !== null && is_array($schemaObject->getProperties()) === true) {
$objectEntity = $this->handleObjectRelations($objectEntity, $object, $schemaObject->getProperties(), $register, $schema);
// $objectEntity->setObject($object);
}

$objectEntity->setUri($this->urlGenerator->getAbsoluteURL($this->urlGenerator->linkToRoute('openregister.Objects.show', ['id' => $objectEntity->getUuid()])));
Expand Down

0 comments on commit a4e65e5

Please sign in to comment.