From 7468ffb851ac16713f8afda9277204a396f09a1c Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:19:40 +0100 Subject: [PATCH] TASK: Adjust to changes of Publishing V3 https://github.com/neos/neos-development-collection/pull/5301 --- Classes/Infrastructure/ContentRepository/ConflictsFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Classes/Infrastructure/ContentRepository/ConflictsFactory.php b/Classes/Infrastructure/ContentRepository/ConflictsFactory.php index fb688ef00e..8bc0be74b6 100644 --- a/Classes/Infrastructure/ContentRepository/ConflictsFactory.php +++ b/Classes/Infrastructure/ContentRepository/ConflictsFactory.php @@ -115,7 +115,7 @@ private function createConflictFromCommandThatFailedDuringRebase( return new Conflict( key: $affectedNode ? $affectedNode->aggregateId->value - : 'command-' . $commandThatFailedDuringRebase->sequenceNumber, + : 'command-' . $commandThatFailedDuringRebase->sequenceNumber->value, affectedSite: $affectedSite ? $this->createIconLabelForNode($affectedSite) : null,