Commit graph

4 commits

Author SHA1 Message Date
9059f4c29f
Add grouping of locations. (#63)
It is now possible to group locations.
Each location can have arbitrary children.

That can be used for editorial structuring.
Filtering for a location will always find all dates where the location
or one of the child locations is assigned.

One use case can be to group imported locations and provide a grouped
location for filtering in frontend.

Relates: #11233
2024-07-24 10:38:01 +02:00
53ee309768
Migrate all database fixtures (#10)
We switched to PHPDataSets already but didn't migrate all usages.
This commit now migrates all usages left behind.
2023-05-15 11:58:19 +02:00
96a650c5aa Do not fetch dates without available event 2022-09-09 08:50:24 +00:00
5cfbe11167 Add first functional tests covering location filter 2022-08-09 09:56:18 +02:00