0e47a1cf59
Merge branch '38-gestion-doublon' into 'master'
...
fix the doublons module
Closes #38
See merge request Chill-Projet/chill-bundles!577
2023-09-14 14:08:51 +00:00
6a554c1c8c
Merge branch 'tasks_mission_type_filter' into 'master'
...
Add filter to tasks based on mission type (AMLI)
See merge request Chill-Projet/chill-bundles!588
2023-09-14 14:08:33 +00:00
0bd8ad84a8
Merge branch 'use_crud_for_center' into 'master'
...
Use crud for center and add isActive property
See merge request Chill-Projet/chill-bundles!587
2023-09-14 14:07:28 +00:00
115d71ad34
php cs fixes
2023-09-14 15:56:39 +02:00
7ca2380dad
php cs fixes
2023-09-14 15:53:42 +02:00
ac9704f154
add changie gestion doublon
2023-09-14 15:47:17 +02:00
87ea841aaa
fix rector
2023-09-14 15:47:17 +02:00
dccc2bf4a5
use newer notation for declaring service
2023-09-14 15:47:17 +02:00
599510c3b9
Use PickUserLocationType instead of an EntityType
2023-09-14 15:47:17 +02:00
18971b3204
remove unused comment on Version migration
2023-09-14 15:47:17 +02:00
735a4aa97c
csfixer after (rebuild php container)
2023-09-14 15:47:17 +02:00
7cdbee2d0f
run rector
2023-09-14 15:47:17 +02:00
95dfb4ba52
cs fixer
2023-09-14 15:47:17 +02:00
22241ca7b1
add changies
2023-09-14 15:47:17 +02:00
13faa572ef
Fix missing translation in acpw exports
2023-09-14 15:47:17 +02:00
72f0c460ab
Feature: [export] add byLocation filter/aggregators in asideActivity exports
2023-09-14 15:47:17 +02:00
c546c4a207
Feature: add location in asideActivity pages (user currentLocation by default)
2023-09-14 15:47:16 +02:00
5cea4a647d
Feature: migrate changes in Location attribute in Asideactivity Entity
2023-09-14 15:47:16 +02:00
207e109d1e
Improve NotificationMailerTest by adding an assertion
...
This assertion is performed by Prophecy's shouldBeCalled* method.
2023-09-14 15:47:16 +02:00
758ad9bc87
[test][household] add a test to check if leaveMovement write an enddate when member startdate is today
2023-09-14 15:47:16 +02:00
90c8f1e3cf
add new changie
2023-09-14 15:47:16 +02:00
05d86f1a70
Fix: [Household] allow to set an enddate to member who is repositionned at the same date
...
addMovement was correct
leaveMovement were not, enddate was not written when startdate was same
2023-09-14 15:47:16 +02:00
99cf7b8e8d
UX: minor design correction on badge-person in household banner
2023-09-14 15:47:16 +02:00
68f2c7df25
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
2023-09-14 15:47:16 +02:00
6f1dd5b3f2
Fix new CS
2023-09-14 15:47:16 +02:00
e7a9b10d0d
NotificationMailer: add tests when user does not have any email
2023-09-14 15:47:16 +02:00
b4f8c7d261
NotificationMailer: send to correct destinees
2023-09-14 15:47:16 +02:00
65b585d4a9
Add test to NotificationMailer::postPersistComment
2023-09-14 15:47:16 +02:00
2cec4a770e
Fixed: [notificationMailer] invert 'if continue' condition inside foreach loop
2023-09-14 15:47:16 +02:00
52c5807cd5
add changie
2023-09-14 15:47:16 +02:00
bf7f375daf
Fixed: [export] bad type in form of EmergencyFilter and CalendarRangeFilter
2023-09-14 15:47:16 +02:00
cd85e37c1b
do active center filtering in frontend for person creation
2023-09-14 14:30:58 +02:00
67e9127f8e
docs: correct code block display
2023-09-14 12:40:32 +02:00
754515f185
php cs fixes
2023-09-14 12:25:56 +02:00
15fbfbb621
add developer faq in the index + some language corrections
2023-09-14 12:17:01 +02:00
cf294541ae
Add a developer faq to the chill documentation
2023-09-14 12:11:28 +02:00
b4f9501af5
php cs fixes
2023-09-14 11:47:54 +02:00
1070d33670
Sync the database view when initializing unit test script
2023-09-13 12:36:33 +02:00
b93a822299
Force again the kernel to shutdown before creating the client
2023-09-13 11:45:01 +02:00
fc7cfb1760
Ensure kernel shutdown between each test on AsideActivityControllerTest.php
2023-09-13 10:29:12 +02:00
76f1814848
More identation on some method parameters
2023-09-13 10:12:04 +02:00
cd9611a669
Remove unused dependency on DefaultVoter (+ fix when throwing an exception)
2023-09-13 10:12:04 +02:00
d3b68f8f8f
AuthorizationHelper: compare center and scope based on id, not on equality
...
For an unknown reason, in some circumstances, the use of the `===` comparator does not work when comparing Center instances and Scope instances. Then, we compare them based on the id.
2023-09-13 10:08:44 +02:00
2ce29f36ff
avoid creating client on already booted kernel
2023-09-12 16:19:06 +02:00
c1a586dfb9
php cs fix
2023-09-12 16:07:50 +02:00
d2323e91ca
new cs rule: single_line_empty_body
...
Rule is added to the last version of php-cs-fixer
2023-09-12 15:58:59 +02:00
57a1a49fac
fix user filter not combining with other filters
2023-09-12 15:55:03 +02:00
b9231a91a3
Fix CountryOfBirthAggregator: allow to receive null data in getLabels method
2023-09-12 15:54:12 +02:00
b36e37d9c5
Fix CompositionFilter
2023-09-12 15:54:12 +02:00
899ed5d0a4
Upgrade changes from master to last rector rules
2023-09-12 15:31:20 +02:00