Merge branch 'Agenda_display_events_only' into 'main'

filter short event (longevent=false) in searching event of agenda

See merge request framasoft/mobilizon!1557
This commit is contained in:
Laurent GAY 2024-05-15 17:32:31 +00:00
commit c168ded271
3 changed files with 3 additions and 1 deletions

2
package-lock.json generated
View File

@ -6,7 +6,7 @@
"packages": {
"": {
"name": "mobilizon",
"version": "4.1.0",
"version": "5.0.0-beta.1",
"hasInstallScript": true,
"dependencies": {
"@apollo/client": "^3.3.16",

View File

@ -93,6 +93,7 @@ const calendarOptions = computed((): object => {
day: t("Day"),
list: t("List"),
},
eventOrder: "title",
};
});
</script>

View File

@ -218,6 +218,7 @@ export const SEARCH_CALENDAR_EVENTS = gql`
endsOn: $endsOn
page: $eventPage
limit: $limit
longevents: false
) {
total
elements {