Skip to content

Commit

Permalink
BUGFIX: Use $nodeAggregateId->value redirect params in NodesController
Browse files Browse the repository at this point in the history
  • Loading branch information
grebaldi committed Jul 7, 2023
1 parent f4ed836 commit e40585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/Controller/Service/NodesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ public function createAction(
));

$this->redirect('show', null, null, [
'identifier' => $nodeAggregateId,
'identifier' => $nodeAggregateId->value,
'workspaceName' => $workspaceName,
'dimensions' => $dimensions
]);
Expand Down

0 comments on commit e40585c

Please sign in to comment.