Calendar: fix default entity activation that should only be activated if the option is activated

pull/4707/head
NicoDucou 3 years ago
parent 14ed1dd203
commit 992e8a36a9
  1. 2
      src/Chamilo/CoreBundle/Entity/AgendaEventInvitation.php

@ -13,7 +13,7 @@ use Doctrine\ORM\Mapping as ORM;
/**
* @ORM\Table(name="agenda_event_invitation")
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting.
* @ORM\Entity()
* ORM\Entity()
* @ORM\InheritanceType("SINGLE_TABLE")
* @ORM\DiscriminatorColumn(name="type", type="string")
* @ORM\DiscriminatorMap({

Loading…
Cancel
Save