0b40d807bc
Implement HasCentersInterface in Household class (will fix access control)
...
The Household class now implements the HasCentersInterface and includes a method to get all centers associated with current persons in the household. This enhancement will allow fetching of all household-associated centers easier.
2024-04-10 12:43:04 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
8fd6986c47
Release 2.18.1
2024-03-26 22:10:18 +01:00
807f1b4aa1
Fix layout in admin document generation
...
A layout issue in the admin document generation has been fixed, particularly in the ChillDocGeneratorBundle. Unnecessary elements such as table headers and multiple entity data rows in DocGeneratorTemplate have been removed, simplifying the view page and improving its performance.
2024-03-26 22:10:01 +01:00
f3002631ea
Release 2.18.0
2024-03-26 18:10:18 +01:00
fc88a5f40d
Improve admin UX for configuration of document template (document generation)
2024-03-26 17:06:49 +00:00
9ff7aef3fc
Merge branch '267-Fix-the-join-with-the-user-list' into 'master'
...
Fix the join in the user list (admin): show only current user job
Closes #267
See merge request Chill-Projet/chill-bundles!669
2024-03-20 12:34:13 +00:00
4f08019618
Fix the join in the user list (admin): show only current user job
2024-03-20 12:45:08 +01:00
2a58330832
Update v2.17.0.md: add missing changie line
2024-03-19 20:46:50 +00:00
a2cea3df02
Release 2.17.0
2024-03-19 21:00:38 +01:00
ccf3324bc2
Refactor ListPersonHelper and ListPerson to simplify process and allow to add customization of fields
2024-03-19 20:49:39 +01:00
dd056efa0d
In the accompanying period list, add person's centers and duration
2024-03-14 21:35:00 +00:00
df0afcd228
Fix activity filter inconsistency in document generation
...
This commit resolves issue 259 where the filtering of activities differed within the document generation and in the list of activities for an accompanying period. This amendment to the Chill Activity Bundle ensures consistent behavior. Additionally, new test methods and query adjustments were applied to the ActivityACLAwareRepository for better functionality.
2024-03-14 21:16:05 +01:00
d66933c8b5
Merge branch '264-repair-loading-languages' into 'master'
...
Fix the command which load language
Closes #264
See merge request Chill-Projet/chill-bundles!666
2024-03-14 15:12:30 +00:00
d7f4895248
Fix the command which load language
...
The command load the languages in the configured languages in chill's configuration.
2024-03-14 15:46:32 +01:00
5880858191
Resolve "Nouveau filtre: Filtrer les actions ayant reçu une nouvelle évaluation créée entre deux dates"
2024-03-08 10:37:43 +00:00
c888b5b84f
Update chill bundles version to 2.16.3
2024-02-26 14:53:20 +01:00
5b714f17be
order scopes alphabetically
2024-02-26 14:40:41 +01:00
d713087dcb
Changie and php style fixes
2024-02-26 13:30:26 +01:00
4a2078dc65
upgrade to 2.16.2
2024-02-21 19:49:43 +01:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
f02c5bca13
release 2.16.1
2024-02-09 00:11:11 +01:00
8b28667fe5
prepare release 2.16.0
2024-02-08 21:21:49 +01:00
72f73ec8e7
prepare release 2.16.0
2024-02-08 21:21:34 +01:00
b3d1320c94
Merge branch '149-150-events-improve' into 'master'
...
Modernisation fonctionnement module Evénement
Closes #149 , #150 , and #225
See merge request Chill-Projet/chill-bundles!621
2024-02-08 20:19:30 +00:00
8e65ad9476
Add changie file
2024-02-08 21:01:53 +01:00
63dd71037a
Add changie file
2024-02-08 14:33:30 +01:00
458df45fa5
Add changie
2024-02-08 11:22:48 +01:00
67c3de733f
Refactor ActivityReasonAggregator: can be applied also on export for Activities linked with accompanying period
...
This commit renames the ActivityReasonAggregator's namespace from PersonAggregators to Aggregator and modifies its methods. The join method in the query builder has been changed from innerJoin to leftJoin, 'group by' part is simplified, and the applyOn method now returns Declarations::ACTIVITY instead of Declarations::ACTIVITY_PERSON. Further modifications apply to the getFormDefaultData method and the corresponding test.
2024-02-07 16:47:33 +01:00
86613a9be9
Add changie for the whole feature
2024-02-07 15:38:10 +01:00
3871299346
Merge branch '256_activity_form_admin' into 'master'
...
Fix activity form admin bug
See merge request Chill-Projet/chill-bundles!651
2024-02-07 13:30:59 +00:00
4df0542932
Merge branch 'issue220_fix_notification_event_error' into 'master'
...
Fix typing of doctrine events on Notification
Closes #220
See merge request Chill-Projet/chill-bundles!626
2024-02-07 13:23:54 +00:00
574ad42a76
Add changie for fix in activity entity/form
2024-02-07 14:22:28 +01:00
d58c0a867d
add changie
2024-02-07 13:55:30 +01:00
ae7637acc6
Merge branch '243-missing-filter-acc-period-not-associated-with-address-reference' into 'master'
...
Add filter for courses not linked to a reference address
Closes #243
See merge request Chill-Projet/chill-bundles!655
2024-02-07 12:45:12 +00:00
ce391a6de8
Merge branch '241-export-list-acc-period-add-column-persons' into 'master'
...
[Export][List of accompanying periods] Add a column with a list of persons, names and ids
Closes #241
See merge request Chill-Projet/chill-bundles!647
2024-02-07 12:40:57 +00:00
950835c10b
Add filter for courses not linked to a reference address
...
This commit introduces a new filter to the Accompanying Course section. It allows users to filter for courses that are not associated with a reference address. The accompanying test and translation changes are also included in this update.
2024-02-07 13:38:15 +01:00
f02168950f
Export: group accompanying period by person participating
2024-02-07 13:16:07 +01:00
58c2235b88
Merge branch 'issue231_person_with_participation_filter' into 'master'
...
Add WithParticipationBetweenDatesFilter to ChillPersonBundle
See merge request Chill-Projet/chill-bundles!639
2024-02-07 10:54:30 +00:00
15a927a9f8
[Export][List of accompanying periods] Add a list of persons, names and ids
2024-01-22 14:13:27 +01:00
fdfc3fb7ec
Update changelog and master release version
2024-01-11 16:17:04 +01:00
adcf183469
Merge branch 'adjust_field_required_behaviour_in_forms' into 'master'
...
Adjust form for activity type presence field, setting placeholder to false
See merge request Chill-Projet/chill-bundles!643
2024-01-11 11:53:07 +00:00
db130ef9df
add changie
2024-01-11 11:59:21 +01:00
2c6b5dfee1
Add changie
2024-01-10 13:20:38 +01:00
60ede58af0
Update chill-bundles version
2023-12-20 11:49:38 +01:00
4d72933edb
Add condition to household export queries to exclude accompanying periods that are in draft.
2023-12-20 10:46:29 +00:00
34cbd2605c
Add a changie
2023-12-18 15:32:04 +01:00
juminet
0ad27328c9
DX: re-instate the build of documentation on read-the-docs
2023-12-13 08:39:56 +00:00
3fb04594eb
add changie [ci-skip]
2023-12-12 15:55:14 +01:00
91e6b035bd
release 2.15.0
2023-12-11 17:23:47 +01:00