Skip to content
Snippets Groups Projects
Commit 52de60c9 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

fix agenda failures due to merge

parent a47c3748
Branches
Tags
No related merge requests found
Pipeline #16629 passed with stage
in 37 minutes and 28 seconds
......@@ -42,7 +42,7 @@ class Intonation_Library_Widget_Carousel_Agenda_Definition
$this->_defaultValues = array_merge($this->_defaultValues,
['titre' => $this->_libelle,
'enabled_filters' => 'day;date;place',
'event_filter' => '',
'event_filter' => 'none',
'size' => 99,
'order' => static::SORT_EVENT]);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment