Merge branch '143-doublon-list-acp' into 'master'

SocialActionFilter: use a subquery "exists" instead of a where clause (many-to-many association).

Closes #143

See merge request Chill-Projet/chill-bundles!590
This commit is contained in:
2023-10-02 10:24:39 +00:00
4 changed files with 84 additions and 28 deletions

View File

@@ -0,0 +1,5 @@
kind: Fixed
body: Fix filter "accompanying course by social action" to avoid duplication in list
time: 2023-09-13T12:26:16.38720953+02:00
custom:
Issue: "143"

View File

@@ -0,0 +1,6 @@
kind: Fixed
body: From the database, avoid the creation of location history for same period and
at same dates
time: 2023-10-02T12:06:02.412233177+02:00
custom:
Issue: "143"