1 Commits

Author SHA1 Message Date
Jürgen Mummert e5656424bc feat: map external_location to location_id 2026-03-01 22:39:45 +01:00
+1
View File
@@ -196,6 +196,7 @@ class ImportEventsCommand extends Command
'url' => sprintf('https://kirchspiel-nossener-land.de/termine/%s', $alias),
'jumpTo' => 0,
'articleId' => 0,
'location_id' => (int) ($event['external_location'] ?? 0),
'target' => 1,
'termsAccepted' => '1',
'tags' => serialize(self::DEFAULT_TAGS),