3f2339bc60
Find person in center using centerCurrent in RelationshipApiControllerTest
2023-08-28 16:09:22 +02:00
e2a739eeff
Fix strong typing on some entities's methods: allow null values
2023-08-28 16:09:22 +02:00
847fd71364
Fix tests on PersonContextWithThirdParty: fix construction of PersonContextWithThirdPartyTest
2023-08-28 16:09:22 +02:00
2c83b4c912
Fix HouseholdACLAwareRepository: use the correct association to person's center
2023-08-28 16:09:21 +02:00
e2d62d5792
Fix loading of CalendarContext in CalendarContextTest. Needs to remove the final from PersonRepository
2023-08-28 16:09:21 +02:00
c33330969c
FIX CS
2023-08-28 12:49:31 +02:00
410aa7098a
Fix docgen / PersonContextTest: there should not be any scope shown when only one scope is added.
2023-08-25 22:34:24 +02:00
ad1e5ecc95
Fix data provider for person, using the association with person center current
2023-08-25 22:23:18 +02:00
256579af89
FIX Assign the correct id_seq for PersonMoveAccompanyingPeriodParticipationHandler
2023-08-03 11:41:36 +02:00
3af065e530
WIP [centerHistory] Try to get test to work for personCenterHistory
2023-08-03 11:40:47 +02:00
fd79692f6d
FEATURE [relationships] Add personMoveRelationHandler and test for this
2023-08-03 11:39:09 +02:00
5136907d62
Fix deprecated lifecycleEvent to eventArgs in test
2023-08-02 23:25:20 +02:00
84dbfabd66
Fix double in test
2023-08-02 23:25:20 +02:00
0e0b0b8874
DX: fix cs
2023-08-02 23:25:19 +02:00
24cc6a816b
Fix calls to templating service
2023-08-02 23:25:19 +02:00
f2d391ea2e
cascading remove of Person\CenterHistory
2023-08-02 23:25:19 +02:00
dbccf7ff80
For integer for getting person_id in PersonController
2023-08-02 23:05:34 +02:00
009a0326d9
Configure routes using annotation
2023-08-02 23:05:33 +02:00
4b989fe25c
fix tests for filter and aggregators: boot kernel instead of calling parent::setUp
2023-07-30 22:21:57 +02:00
333579de06
DX: use more precise service parameter and use dataprovider for test
2023-07-28 13:06:45 +02:00
7f96a895e1
DX: remove unused property on PersonController
2023-07-28 13:05:29 +02:00
e839b03cc9
Update path to twig template with new syntax
2023-07-28 12:16:50 +02:00
f570fe92a5
apply rector rules
2023-07-28 02:40:02 +02:00
c20f65eebb
apply rector rules: symfony **UP TO** 44
2023-07-28 01:52:53 +02:00
0ed5544ad3
More useful error message when not enough people in database fixture
2023-07-28 01:22:58 +02:00
6f2b538e27
Use Person::centerHistory
to load fixtures with given center
2023-07-28 01:22:55 +02:00
abc067adae
More useful error message when not enough people in database fixture
2023-07-28 00:54:18 +02:00
ae04172929
Force type-hint and handle null value in ordering
2023-07-28 00:25:32 +02:00
dba1d0548e
Use the new syntax for prepending the load of twig templates in some Chill*Extension class
2023-07-27 23:23:18 +02:00
7758d62f86
FIX remove var_dump
2023-07-27 10:47:42 +02:00
2921073da3
[centerHistory] add conditions to be sure at least one center history exists per person
2023-07-27 10:34:19 +02:00
f02d97ddb0
FEATURE [centerHistory] attempt to complete test for centerHistory
2023-07-27 10:18:30 +02:00
9690359dfa
Fix loading data for customfield, using proper DI
2023-07-23 00:31:27 +02:00
2ad82e8cc1
Fix loading data for customfield with new templating engine
2023-07-23 00:00:23 +02:00
7a5db59ac2
remove deprecated templating component
2023-07-22 23:09:00 +02:00
e45430f0c9
Merge branch 'rector/rules-up-to-php82' into rector/rules-symfony
2023-07-19 23:22:57 +02:00
023a29cb78
apply rector rules: php up to php82
2023-07-19 23:19:50 +02:00
74ed34ba97
apply rules rector
2023-07-19 22:48:26 +02:00
6e6f19c499
fix small risky code
2023-07-19 16:28:51 +02:00
075aca493b
DX: type-hing oneToMany and ManyToMany properties as collection
2023-07-19 16:21:17 +02:00
224c2c74e8
Merge remote-tracking branch 'origin/master' into rector/rules-up-to-php80
...
Conflicts:
src/Bundle/ChillActivityBundle/Controller/ActivityController.php
src/Bundle/ChillActivityBundle/Export/Aggregator/ACPAggregators/DateAggregator.php
src/Bundle/ChillActivityBundle/Menu/PersonMenuBuilder.php
src/Bundle/ChillActivityBundle/Repository/ActivityACLAwareRepository.php
src/Bundle/ChillActivityBundle/Service/DocGenerator/ActivityContext.php
src/Bundle/ChillCalendarBundle/Command/MapAndSubscribeUserCalendarCommand.php
src/Bundle/ChillCalendarBundle/RemoteCalendar/Connector/MSGraph/MSGraphUserRepository.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentAccompanyingCourseController.php
src/Bundle/ChillDocStoreBundle/Controller/DocumentPersonController.php
src/Bundle/ChillDocStoreBundle/Repository/PersonDocumentACLAwareRepository.php
src/Bundle/ChillEventBundle/Search/EventSearch.php
src/Bundle/ChillMainBundle/Controller/ExportController.php
src/Bundle/ChillMainBundle/Controller/PermissionsGroupController.php
src/Bundle/ChillMainBundle/Cron/CronManager.php
src/Bundle/ChillMainBundle/Entity/CronJobExecution.php
src/Bundle/ChillMainBundle/Export/ExportManager.php
src/Bundle/ChillMainBundle/Form/Type/Export/PickCenterType.php
src/Bundle/ChillMainBundle/Form/Type/Listing/FilterOrderType.php
src/Bundle/ChillMainBundle/Repository/NotificationRepository.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelper.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperBuilder.php
src/Bundle/ChillMainBundle/Templating/Listing/FilterOrderHelperFactory.php
src/Bundle/ChillPersonBundle/Controller/AccompanyingCourseWorkController.php
src/Bundle/ChillPersonBundle/Controller/SocialWorkSocialActionApiController.php
src/Bundle/ChillPersonBundle/Export/Aggregator/PersonAggregators/AgeAggregator.php
src/Bundle/ChillPersonBundle/Export/Export/ListAccompanyingPeriod.php
src/Bundle/ChillPersonBundle/Export/Export/ListHouseholdInPeriod.php
src/Bundle/ChillPersonBundle/Repository/AccompanyingPeriodACLAwareRepository.php
src/Bundle/ChillPersonBundle/Security/Authorization/AccompanyingPeriodVoter.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/AccompanyingPeriodWorkEvaluationContext.php
src/Bundle/ChillPersonBundle/Service/DocGenerator/PersonContext.php
src/Bundle/ChillReportBundle/DataFixtures/ORM/LoadReports.php
src/Bundle/ChillTaskBundle/Controller/SingleTaskController.php
2023-07-17 12:49:13 +02:00
bb187f5463
WIP started center_history query for duplicate person merge
2023-07-17 07:50:10 +02:00
e6da727a11
Merge branch 'issue120_filter_social_actions' into 'master'
...
Add filter to social actions
See merge request Chill-Projet/chill-bundles!570
2023-07-14 09:14:21 +00:00
718de2fad0
Merge branch '112-addresses-recollate' into 'master'
...
Feature: re-associate addresses with addresses references and postal code references in a cronjob and allow a cronjob to pass data from one execution to the next one
Closes #112
See merge request Chill-Projet/chill-bundles!580
2023-07-14 08:56:56 +00:00
3954d69c94
Merge branch '93-improve-address-design' into 'master'
...
Améliorations cosmétiques en rapport avec le bouton "détails de l'adresse"
See merge request Chill-Projet/chill-bundles!579
2023-07-14 08:47:18 +00:00
8f39d0320c
Merge branch '117-repair-queries-on-homepage-widget' into 'master'
...
[homepage widget] repair my unread notification list with actions and evaluations documents
See merge request Chill-Projet/chill-bundles!578
2023-07-14 07:48:46 +00:00
1cc61cee36
Fixed: fix CS + fix "my workflow" api when course or work has been delete
2023-07-14 09:44:05 +02:00
a21cefab31
Fix: last fixes for accompanying period work filters
...
- avoid errors when the user inverse date from and date to (we correct them)
- allow the user to filter by multiple users
- do not show filter by types if only one action type
- more type-hinting in the $filter argument for AccompanyingPeriodWorkRepository::findByAccompanyingPeriodOpenFirst
2023-07-14 09:23:23 +02:00
f2673d6c83
Merge remote-tracking branch 'origin/master' into issue120_filter_social_actions
2023-07-13 21:14:31 +02:00
860e076b89
[test] add dataprovider for testing move person where both are participating in the same parcours
2023-07-13 16:18:39 +02:00