Merge branch accourse_confirmation into 'master'

This commit is contained in:
2021-08-18 17:23:27 +02:00
12 changed files with 454 additions and 435 deletions

View File

@@ -15,6 +15,7 @@ trait LoadAbstractNotificationsTrait
{
public function load(ObjectManager $manager)
{
return;
foreach ($this->notifs as $notif) {
$entityId = $this->getReference($notif['entityRef'])->getId();