Skip to content

Commit

Permalink
[Agenda] fixes events creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Jan 13, 2021
1 parent ecaf9a7 commit 84d8446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin/agenda/Entity/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class Event
/**
* @ORM\Column(name="is_editable", nullable=true, type="boolean")
*/
private $isEditable;
private $isEditable = true;

public function __construct()
{
Expand Down

0 comments on commit 84d8446

Please # to comment.