Merge branch 'issue-1120' into 'main'

Fixing #1120 - search by eventCategory

Closes #1120

See merge request framasoft/mobilizon!1251
This commit is contained in:
Thomas Citharel 2022-06-06 13:17:50 +00:00
commit 337adf83b2

View file

@ -297,6 +297,7 @@ const GEOHASH_DEPTH = 9; // put enough accuracy, radius will be used anyway
groupPage: this.groupPage,
limit: EVENT_PAGE_LIMIT,
type: this.type,
eventCategory: this.eventCategory,
};
},
update(data) {