André Boivin
André Boivin
I understand but I'm not familiar with the pull request and I don't have time to learn it. This is why I simply put the modified files in the archive,...
In inc/lib/agenda.lib.php add this line **$this->event_personal_color = $row['color'];** near line 1761: $my_events = []; if (Database::num_rows($result)) { while ($row = Database::fetch_array($result, 'ASSOC')) { **$this->event_personal_color = $row['color'];** $event = [];
Oups! For the system calendar there is no color field in the sys_calendar table