Skip to content

Commit

Permalink
fixed not starting sessions in ChangePaymentOrderMutation
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasLudvik committed Dec 16, 2024
1 parent 7b7300a commit 05adba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Component/EntityLog/Model/EntityLogFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public function getEntityReadableIdentifierByEntityAndLoggableSetup(
}

if ($loggableSetup->isLocalized()) {
return call_user_func([$entity, $functionName], $this->localization->getAdminLocale());
return call_user_func([$entity, $functionName], $this->localization->getDefaultAdminLocale());
}

return call_user_func([$entity, $functionName]);
Expand Down

0 comments on commit 05adba7

Please sign in to comment.