Skip to content

Commit

Permalink
Calendar: Fix indication to enable agenda_collective_invitations - re…
Browse files Browse the repository at this point in the history
…fs BT#19390
  • Loading branch information
AngelFQC committed Dec 7, 2021
1 parent 698aa0f commit 476c527
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions main/install/configuration.dist.php
Expand Up @@ -450,6 +450,7 @@
CREATE UNIQUE INDEX UNIQ_D8612460AF68C6B ON personal_agenda (agenda_event_invitation_id);
*/
// Then add the "@" symbol to AgendaEventInvitation and AgendaEventInvitee classes in the ORM\Entity() line.
// Then uncomment the "use EventColletiveTrait;" line in the PersonalAgenda class.
//$_configuration['agenda_collective_invitations'] = false;
// ------
//
Expand Down
5 changes: 2 additions & 3 deletions src/Chamilo/CoreBundle/Entity/AgendaEventInvitation.php
Expand Up @@ -11,10 +11,9 @@
use Doctrine\ORM\Mapping as ORM;

/**
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting.
* ORM\Entity().
*
* @ORM\Table(name="agenda_event_invitation")
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting.
* ORM\Entity()
*/
class AgendaEventInvitation
{
Expand Down
5 changes: 2 additions & 3 deletions src/Chamilo/CoreBundle/Entity/AgendaEventInvitee.php
Expand Up @@ -9,10 +9,9 @@
use Doctrine\ORM\Mapping as ORM;

/**
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting.
* ORM\Entity().
*
* @ORM\Table(name="agenda_event_invitee")
* Add @ to the next lineactivating the agenda_collective_invitations configuration setting.
* ORM\Entity()
*/
class AgendaEventInvitee
{
Expand Down

0 comments on commit 476c527

Please sign in to comment.