FIX [review] processing review, but stuck at transformation of json string to array

This commit is contained in:
2023-03-10 12:56:05 +01:00
parent 5319991a6f
commit 67e68ac149
10 changed files with 16 additions and 13 deletions

View File

@@ -357,7 +357,7 @@ class EntityWorkflow implements TrackCreationInterface, TrackUpdateInterface
foreach ($this->steps as $step) {
foreach ($step->getDestUser() as $u) {
$usersInvolved[$u->getId()] = $u;
$usersInvolved[spl_object_hash($u)] = $u;
}
}