You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ HTTP input now accepts `field('..')` references in the HTTP body definition.
11
11
#### Jurisdiction
12
12
13
13
- Elasticsearch now stores location IDs as a full administrative hierarchy, with the leaf representing the actual event location. This enables searching events by any jurisdiction level (district, province, office, health facility etc.).
14
+
- Added configurable placeOfEvent in EventConfig, allowing multiple location fields to be defined, with only one becoming the active place of event per document (based on conditionals), enabling jurisdiction-specific search by event location (e.g., birth location, child’s home address, death location).
@@ -182,6 +249,7 @@ export function extractPotentialDuplicatesFromActions(
182
249
183
250
/**
184
251
* NOTE: This function should not run field validations. It should return the state based on the actions, without considering context (users, roles, permissions, etc).
252
+
createdAtLocation: CreatedAtLocation
185
253
*
186
254
* If you update this function, please ensure @EventIndex type is updated accordingly.
187
255
* In most cases, you won't need to add new parameters to this function. Discuss with the team before doing so.
@@ -237,6 +305,11 @@ export function getCurrentEventState(
0 commit comments