d8b0e0671a
ScopeResolverDispatcher: better type hinting
2023-09-26 16:59:09 +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
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
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
9375d50112
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
...
# Conflicts:
# src/Bundle/ChillAsideActivityBundle/src/Entity/AsideActivity.php
# src/Bundle/ChillAsideActivityBundle/src/Export/Export/ListAsideActivity.php
2023-09-12 15:21:15 +02:00
e53540ec74
Fix test on ThirdPartyDocGenNormalizer
2023-09-12 15:18:44 +02:00
582b27fbd6
remove temporarily test from ChillReportBundle suite
2023-09-12 14:45:03 +02:00
ae9f1e3905
Merge branch '133-location-asideactivity' into 'master'
...
Resolve "Ajouter la localisation aux activités annexes"
Closes #133
See merge request Chill-Projet/chill-bundles!581
2023-09-07 11:13:18 +00:00
b6fe830f1e
use newer notation for declaring service
2023-09-07 13:08:55 +02:00
665f0b4ccb
Use PickUserLocationType instead of an EntityType
2023-09-07 13:08:55 +02:00
30fa57b999
remove unused comment on Version migration
2023-09-07 12:57:41 +02:00
0a6131abcc
csfixer after (rebuild php container)
2023-09-07 12:16:47 +02:00
bd4f3e38eb
run rector
2023-09-07 12:16:47 +02:00
75bca46b98
cs fixer
2023-09-07 12:16:47 +02:00
fe1fe31b68
add changies
2023-09-07 12:16:46 +02:00
46a5464429
Fix missing translation in acpw exports
2023-09-07 12:16:46 +02:00
67ea62f33d
Feature: [export] add byLocation filter/aggregators in asideActivity exports
2023-09-07 12:16:46 +02:00
0e16ab4c18
Feature: add location in asideActivity pages (user currentLocation by default)
2023-09-07 12:16:45 +02:00
a68fef8547
Feature: migrate changes in Location attribute in Asideactivity Entity
2023-09-07 12:16:45 +02:00
fe89e527e6
Merge branch '136-household-reposition-date' into 'master'
...
Fix bug when repositionning at same date in Household
See merge request Chill-Projet/chill-bundles!584
2023-09-07 09:35:02 +00:00
7b28bb7561
Improve NotificationMailerTest by adding an assertion
...
This assertion is performed by Prophecy's shouldBeCalled* method.
2023-09-07 11:30:04 +02:00
8f793d8985
[test][household] add a test to check if leaveMovement write an enddate when member startdate is today
2023-09-07 11:30:04 +02:00
264e19e20a
add new changie
2023-09-07 11:30:04 +02:00
f0c6d00953
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-06 16:19:59 +02:00
fe5e1e5557
UX: minor design correction on badge-person in household banner
2023-09-06 16:19:58 +02:00
16fcd03a02
Fixed: [vuejs] fix missing translation in HouseholdMembersEditor component
2023-09-06 16:19:58 +02:00
34ee2b3ba5
Fix new CS
2023-09-06 16:18:28 +02:00
bc5c420f92
Merge branch '137-send-reply-when-adding-notification-comments' into 'master'
...
Resolve: Send reply email to all recipees when add comments in notifications
See merge request Chill-Projet/chill-bundles!585
2023-09-06 14:05:31 +00:00
53cc43f8d3
NotificationMailer: add tests when user does not have any email
2023-09-06 15:59:36 +02:00
40a72d9fca
NotificationMailer: send to correct destinees
2023-09-06 15:59:35 +02:00
f3fbd5314a
Add test to NotificationMailer::postPersistComment
2023-09-06 15:47:45 +02:00
e9f90e2dd2
Merge branch '135-bad-type-in-emergency-filter' into 'master'
...
Resolve "[saved exports] erreur de typage quand on veut remodifier un export sauvegardé"
See merge request Chill-Projet/chill-bundles!582
2023-09-06 12:40:54 +00:00
19c6e3e6ba
fix phpunit pathes
2023-09-03 15:45:27 +02:00
0711b7f84a
Fix path to budget bundle tests
2023-09-03 14:55:42 +02:00
608663d25c
Fix path to comply with psr-4
2023-09-03 14:55:15 +02:00
40b7c8ad8f
fix rector and cs
2023-09-01 17:50:07 +02:00
412c55a1a5
add missing bundles to test suites
2023-09-01 17:49:09 +02:00
afa4b7ad2c
temporarily remove test suite ont activity bundle
2023-09-01 17:31:21 +02:00
0db1e3e0d7
Exclude db intensive test to spare db connection
2023-09-01 17:17:17 +02:00
a2a660c954
Try to avoid open db connections
2023-09-01 17:07:10 +02:00
2c52a5bffa
Fix tests
2023-09-01 16:10:04 +02:00
10a75f44e9
Ensure kernel shutdown after abstract export tests
2023-09-01 16:09:54 +02:00