9ce1788a14
phpstan en rector fixes
2024-05-22 16:42:47 +02:00
2895638f3b
php cs fixes
2024-05-22 15:26:23 +02:00
2708bafb1f
Export for list person with cs_person columns fixed
2024-05-22 15:24:39 +02:00
7d309136b1
minor last fixes for immersion and remove of dumps
2024-05-22 08:53:56 +02:00
068503a830
Merge branch 'master' into add-module-emploi
2024-05-15 14:36:36 +02:00
c07a728f1d
Wip: add jsonb fields to export
2024-05-15 14:35:51 +02:00
97846a5877
add basic fields csperson to list person export
2024-05-14 11:01:45 +02:00
4ed9d3d8e2
Fix API call
2024-05-14 07:49:48 +02:00
d82d534a4c
Try to fix API: adjust to new urls, but still receiving error code 400
2024-05-07 11:15:10 +02:00
684f28291a
reinstate exports
2024-05-07 11:14:39 +02:00
526882a5b6
phpstan, rector and cs fixes
2024-04-29 15:39:05 +02:00
422b6b99eb
Change translation for the group of voter rights
2024-04-29 15:28:13 +02:00
02b150b0a5
fix delete of reports in crud config + template
2024-04-29 15:25:15 +02:00
20c27c100c
Name change from CSConnecte to Job
2024-04-29 15:20:23 +02:00
12a22bcc13
template + form + property fixes for emploi reports
2024-04-29 14:13:37 +02:00
cba8a342d5
more template fixes
2024-04-24 18:02:06 +02:00
6f55ba15d6
Split crud controllers for each report entity
2024-04-24 17:40:31 +02:00
454ab73303
WIP fix emploi reports
2024-04-24 17:11:26 +02:00
800942bc92
Add missing columns to report tables
2024-04-24 17:10:30 +02:00
c4e7683e48
fix templates for personal situation
2024-04-24 15:02:24 +02:00
28c986fddf
controller with crud logic + templates fixed for dispositif
2024-04-24 14:52:19 +02:00
adca4f0d6a
php cs fixes
2024-04-24 12:28:55 +02:00
7b25c8e390
New migration to take care of everything needed for ChillJobBundle
2024-04-24 12:27:49 +02:00
0b5be0419b
Move old migrations to directory 'old' just in case
2024-04-24 12:27:23 +02:00
650e85c481
Fix crudconfig
2024-04-24 11:44:14 +02:00
56d5d08ed3
Run rector on ListCSPerson file
2024-04-24 11:34:06 +02:00
d3390ca334
Phpstan error for unused parameter fixed
2024-04-24 10:49:19 +02:00
511c0af5fa
Last php cs fix
2024-04-24 10:40:09 +02:00
4c354c47c9
Fix construct method for ListCSPerson
2024-04-24 10:39:46 +02:00
d8b6cef7b4
rector fixes
2024-04-24 10:18:07 +02:00
e312929d86
php cs fixes
2024-04-24 10:16:54 +02:00
3929602f59
Revert "php style fixes"
...
This reverts commit 38fcccfd83e71a82eca5130d880f908cb2e855db.
2024-04-24 10:09:25 +02:00
38fcccfd83
php style fixes
2024-04-23 21:22:29 +02:00
b1082f6a55
fix phpstan errors level 3
2024-04-23 21:03:42 +02:00
dcc285e976
fix phpstan errors level 2
2024-04-23 20:52:22 +02:00
ed3e0f889e
Rector changes + namespace changes
2024-04-23 17:43:23 +02:00
63fe8070c4
Rector passed again on JobBundle entities
2024-04-19 11:30:47 +02:00
8e3322f578
rector rules for upgrade to php 8.2 and symfony 5.4 applied + php cs fixer
2024-04-19 10:56:49 +02:00
00756a3bde
Move migrations directory to src
2024-04-19 10:33:40 +02:00
2c68224e9c
Add jobBundle and FranceTravailApiBundle
2024-04-19 10:21:17 +02:00
juminet
ab6feef371
Do not display evaluation from closed accompanying period on homepage
2024-04-18 07:37:05 +00:00
dbb9feb129
rector correction: cast value to string
2024-04-12 12:35:52 +02:00
8de37a9ef3
Fix import of postal codes. URL changed + names of keys
2024-04-11 16:45:22 +02:00
ce655ed435
fix cs
2024-04-10 21:15:57 +02:00
b2eb2b0968
Update calendar authorization checks
...
The CalendarDocVoter now also supports Calendar instances, not only CalendarDoc instances. This allows refining permissions checks based on the actual instance type. In addition, the ChillCalendarBundle's view has been updated to correctly use permissions when displaying action buttons. Obsolete TODO comments are also removed.
2024-04-10 21:15:49 +02:00
ca398195b0
Add missing label for pick-entity / AddPerson
2024-04-10 16:27:23 +02:00
38e5d9c7cc
fix task for symfony 5.4
2024-04-10 16:08:35 +02:00
680513a3a6
fix missing librairies
2024-04-10 16:08:09 +02:00
3df57c1569
Remove nullable parameter from createNamedBuilder call
...
The call to createNamedBuilder in EventController.php and ExportController.php was originally passing null as a parameter. This was generating PHPStan warnings. This commit replaces null with an empty string to comply with the method's expected types.
2024-04-10 12:43:25 +02:00
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