Merge branch 'issue-1120' into 'main'
Fixing #1120 - search by eventCategory Closes #1120 See merge request framasoft/mobilizon!1251
This commit is contained in:
commit
337adf83b2
@ -297,6 +297,7 @@ const GEOHASH_DEPTH = 9; // put enough accuracy, radius will be used anyway
|
|||||||
groupPage: this.groupPage,
|
groupPage: this.groupPage,
|
||||||
limit: EVENT_PAGE_LIMIT,
|
limit: EVENT_PAGE_LIMIT,
|
||||||
type: this.type,
|
type: this.type,
|
||||||
|
eventCategory: this.eventCategory,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
update(data) {
|
update(data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user