0b739fda34
test still failing with error saying column phonenumber of relation users does not exist
2024-02-12 18:56:05 +01:00
9b8e143855
fix typing
2024-02-12 18:55:00 +01:00
a533ab77ed
fix userNormalizerTest by adding clock in the construct of UserNormalizer
2024-02-12 18:44:32 +01:00
087032881b
Correct 2 phpstan errors, condition is always true and wrong typing
2024-02-12 14:50:26 +01:00
82667a1c0f
php style fixer
2024-02-12 14:37:54 +01:00
db6408926b
try to fix userRenderTest: mock not working
2024-02-12 14:36:41 +01:00
f5c7ab6ef0
add back the annotation to edit accompanying period work for referrers
2024-02-12 09:02:48 +01:00
a13ada2937
work on userRenderTest
2024-02-07 07:19:26 +01:00
3be8a39a1a
Add at_date to userRender for rendering the text
2024-01-30 17:03:24 +01:00
d7eb1e01da
Adapt the rendering of user in accompanyingPeriodWork list and item templates
2024-01-30 17:01:45 +01:00
bd62202d22
Implement clockInterface in renderString method
2024-01-30 16:31:29 +01:00
0e3de2ec8a
work on user render test
2024-01-29 15:07:27 +01:00
aa2a398f9e
work on test logic
2024-01-24 19:31:04 +01:00
33187448a0
update normalizers to take into account referrerHistory logic for accompanying period work
2024-01-24 19:30:50 +01:00
a4482ad28b
work on userRender test
2024-01-23 18:13:33 +01:00
8ed5a023e8
remove attempt to adjust accompanyingperiod work for display of user job and service at specific date
2024-01-17 17:27:54 +01:00
653ac1d62b
Implement 'at date' for concerned groups in activity
2024-01-08 16:51:06 +01:00
499009ac43
Adjust view template for aside activity
2024-01-08 16:38:50 +01:00
192b161e78
Implement 'at date' for display of service and user job in accompanying period work entities (for twig templates) -> vue component still to fix
2024-01-08 16:38:07 +01:00
1b1f355123
Implement 'at date' for display of service and user job in aside activities entities
2024-01-08 16:37:25 +01:00
39a863448c
Implement 'at date' for display of service and user job in calendar entities
2024-01-08 12:35:41 +01:00
0c1a4a5f59
Handle DateTime type for activity while DateTimeImmutable is expected
2024-01-08 12:35:09 +01:00
6f358ee1a9
Implement 'at date' in user render component for activities
2024-01-08 11:25:33 +01:00
0f36b9349b
Improve naming for 'at date' in user render component
2024-01-08 11:25:13 +01:00
60ede58af0
Update chill-bundles version
2.15.1
2023-12-20 11:49:38 +01:00
afb79141f0
Merge branch 'fix_household_export' into 'master'
...
Fix household export
See merge request Chill-Projet/chill-bundles!640
2023-12-20 10:46:30 +00:00
4d72933edb
Add condition to household export queries to exclude accompanying periods that are in draft.
2023-12-20 10:46:29 +00:00
0da12cdc2e
Merge branch '245-rewrite-test-relationship-api' into 'master'
...
Refactor RelationshipApiControllerTest to avoid failures
Closes #245
See merge request Chill-Projet/chill-bundles!635
2023-12-13 15:02:42 +00:00
d1ce99e6d3
Merge branch '167build_the_docs' into 'master'
...
DX: re-instate the build of documentation on read-the-docs
See merge request Chill-Projet/chill-bundles!638
2023-12-13 08:39:56 +00:00
juminet
0ad27328c9
DX: re-instate the build of documentation on read-the-docs
2023-12-13 08:39:56 +00:00
91e6b035bd
release 2.15.0
2.15.0
2023-12-11 17:23:47 +01:00
2adb6105eb
Merge branch '246-do-not-show-confidential-in-list' into 'master'
...
Filter confidential courses from list of accompanying periods and related
Closes #246
See merge request Chill-Projet/chill-bundles!633
2023-12-11 16:22:38 +00:00
33d187f329
Merge branch '228-fix-export-activity-from-v1' into 'master'
...
Fix export for people created before 'createdAt' column introduction
Closes #228
See merge request Chill-Projet/chill-bundles!634
2023-12-11 16:22:12 +00:00
f02873c6e0
Refactor RelationshipApiControllerTest
...
The codebase has been improved by refining and optimizing the test methods in the RelationshipApiControllerTest class. The check for relations was also added to exclude persons without any relationship, this may exclude duplicate relations. This change should avoid errors on this test.
2023-12-08 11:07:14 +01:00
8cc93a8b07
add changie [ci-skip]
2023-12-07 23:25:38 +01:00
f7184ca7bb
Fix export for people created before 'createdAt' column introduction
...
This commit introduces a migration to fix the export for individuals who were created before the introduction of the 'createdAt' column. The 'startdate' column is now updated to match the individual's first activity date. This migration is irreversible. It's been added as a response to Issue #228
2023-12-07 23:22:48 +01:00
dab80a84d8
Merge branch '235-add-date-filter-course-by-activity' into 'master'
...
Add dates in the filter "filter course by activity type"
Closes #235
See merge request Chill-Projet/chill-bundles!632
2023-12-07 15:25:09 +00:00
68e00dc42f
Merge branch '234-fix-date-validation-aside-activity-filter-by-date' into 'master'
...
Fix "filter aside activity by date"
Closes #234
See merge request Chill-Projet/chill-bundles!631
2023-12-07 15:24:16 +00:00
5fae49821f
Merge branch '191-export-number-of-household-by-activities' into 'master'
...
Export: add export "number of household associated with an activity"
Closes #191
See merge request Chill-Projet/chill-bundles!629
2023-12-07 15:23:43 +00:00
0e599a99a7
Merge branch '233-fix-filter-by-evaluation-type' into 'master'
...
Fix filter evaluation by evaluation type
Closes #233
See merge request Chill-Projet/chill-bundles!628
2023-12-07 15:23:24 +00:00
f0605c6b08
Use dedicated FilterListAccompanyingPeriodHelper to filter confidential course in different lists
2023-12-07 16:18:37 +01:00
54606403b4
Refactor confidential filtering on list to let it usable by other lists
2023-12-07 15:13:54 +01:00
47d829d72d
Filter confidential courses from list of accompanying periods
2023-12-06 22:46:50 +01:00
fa3b305ab9
Merge branch 'issue214_fix_error_empty_comment' into 'master'
...
Notification: avoid the comment's content to be null
Closes #214
See merge request Chill-Projet/chill-bundles!623
2023-12-05 16:26:06 +00:00
b26b7a2706
Notification: avoid the comment's content to be null
2023-12-05 16:26:06 +00:00
fe54e51362
Add dates in the filter "filter course by activity type"
2023-12-04 18:17:00 +01:00
179e3e92ed
Fix "filter aside activity by date"
2023-12-04 17:30:40 +01:00
c00c6066a9
Merge branch 'fix-rector-issues-20231204' into 'master'
...
Fix issues with new version of rector
See merge request Chill-Projet/chill-bundles!630
2023-12-04 16:11:38 +00:00
f424c5464f
Fix issues with new version of rector
2023-12-04 16:46:48 +01:00
b17b2a8cfb
Export: add export "number of household associated with an activity"
2023-12-04 16:39:01 +01:00