We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb6576 commit d13f2b8Copy full SHA for d13f2b8
src/State/Processor/ObjectMapperProcessor.php
@@ -64,7 +64,7 @@ public function process(mixed $data, Operation $operation, array $uriVariables =
64
// persist the entity
65
$this->decorated->process(
66
// maps the Resource to an Entity
67
- $this->objectMapper->map($data),
+ $this->objectMapper->map($data, $context['request']?->attributes->get('entity_data')),
68
$operation,
69
$uriVariables,
70
$context,
0 commit comments