547a9d1369
Downgrade bundles to v2.23.0 fix in v2.23.1 undone
v3.0.0-RC9
2024-08-08 11:01:21 +02:00
288a02f5b7
Undo wrong fix in export filter parcours having activity between dates
...
Problem reported by users, wrong analysis and fix made. Behavior was in fact
correct.
2024-08-05 15:56:40 +02:00
2f9884072c
Add missing use statement for Groups annotation
2024-07-31 15:12:36 +02:00
ee45ff61a6
Reorganize person resource code to create an abstract class
2024-07-31 14:55:35 +02:00
5dfd8daf3a
Remove dump causing export to fail
v3.0.0-RC8
2024-07-30 14:58:48 +02:00
a46e987f81
Upgrade version of chill-bundles to v2.23.1
v3.0.0-RC7
2024-07-25 16:56:43 +02:00
81220b5b22
Correct phpstan error: ParsingException is never thrown
...
The typing of the exception had to be changed, because \Datetime throws an \Exception
instead of a ParsingException.
2024-07-25 11:30:33 +02:00
5b0019cde7
Fix query in filter: period having activity between dates filter
...
Adding statement to ensure that subquery only considers records that are identical to the
ones being processed in the main query.
2024-07-25 11:23:36 +02:00
b42473b01d
Upgrade bundles version with new features and fix
v3.0.0-RC6
2024-07-23 16:54:08 +02:00
be19d09bad
Fix typing error in ListActivityHelper: string expected got int
2024-07-23 16:43:54 +02:00
2bef3c3878
french translation for the version 2.23.0 [ci-skip]
2024-07-19 15:32:45 +02:00
cea44d1788
Release 2.23.0
2.23.0
2024-07-19 14:03:53 +02:00
84069e03dc
Add filename display on file upload
...
This update introduces a new feature to the DropFile component; now filenames are displayed when they are uploaded. This provides a user-friendly way to view the file being managed. Additionally, some styling adjustments were made to accommodate this new addition.
2024-07-19 13:55:22 +02:00
ad5e780936
Do not update the createdAt column when importing postal code which does not change
...
The conflict resolution clause in the SQL command of the PostalCodeBaseImporter service has been updated. It now only changes the 'updatedAt' timestamp if either the 'center' position or the 'label' actually differs from the existing entry. This ensures that the 'updatedAt' field reflects when meaningful changes occurred.
2024-07-19 13:42:48 +02:00
19accc4d00
Handle duplicate addresses in AddressReferenceBaseImporter
...
Refactored the AddressReferenceBaseImporter to optimize address import and reconciliation. The code now identifies duplicate addresses in the temporary table and handles them according to the 'allowRemoveDoubleRefId' flag. This enhances data consistency during import operations.
2024-07-19 13:41:17 +02:00
6cb085f5f7
fix cs
2024-07-19 13:39:36 +02:00
97239ada84
More documentation for cronjob
2024-07-18 10:09:12 +02:00
c82991674e
Rector changes: repositories become final readonly classes
v3.0.0-RC5
2024-07-18 09:49:05 +02:00
3fc3f32c5f
Pipeline fixes
2024-07-17 16:21:19 +02:00
20af766cdf
Fix the query to return the count of events
...
Left join was causing events to counted multiple times (once per participation). Using DISTINCT fixes this.
2024-07-17 15:38:55 +02:00
681f637d13
Merge branch 'add-module-emploi' into upgrade-sf5
2024-07-17 14:21:10 +02:00
fb8a6d960e
Remove duplicate edit method in events controller
2024-07-17 14:20:15 +02:00
a2310a662f
Fix delete request for event status controller
2024-07-17 14:17:19 +02:00
dd7d126bec
Fix edit request for event bundle
2024-07-17 14:15:48 +02:00
29f6a43288
Fix translation in event bundle using new pluralization syntax
2024-07-17 13:35:47 +02:00
74be6460d4
Fix delete request for all entities
2024-07-17 13:33:05 +02:00
c8e87ced35
Remove duplicate edit method in events controller
2024-07-17 13:29:14 +02:00
b8002d56ec
merge latest changes from upgrade-sf5 branch
2024-07-17 13:17:59 +02:00
a80b36bb31
Fix EntityPersonCRUDController.php add 'person' key
2024-07-17 13:15:22 +02:00
116fe35ad2
Fix delete request for event status controller
2024-07-17 13:11:09 +02:00
5b95336bac
Fix event and participation voters
2024-07-17 13:10:51 +02:00
f9d5ba7778
Fix edit request for event bundle
2024-07-17 13:10:34 +02:00
f76379551c
Change namespace event voters for consistency
2024-07-17 13:08:48 +02:00
15094d5a91
Fix delete request for all entities
2024-07-17 13:05:14 +02:00
1079c7e394
Fix translation in event bundle using new pluralization syntax
2024-07-16 07:07:08 +02:00
bc2dfd159c
merge upgrade-sf5 branch
2024-07-15 15:16:27 +02:00
b100792a34
Fix request to France Travail Api to accomodate for new request limit
...
A new limit was set to allow a maximum amount of request in a certain timeframe. We need to wait 1 sec to make next request.
2024-07-15 15:11:34 +02:00
00ceee1fd5
Remove "document" from document name
2024-07-15 15:09:45 +02:00
643156f822
Merge branch 'issue271_account_acp_closing_date' into 'master'
...
#271 Account for acp closing date inn action filters (export)
See merge request Chill-Projet/chill-bundles!707
2024-07-05 13:42:06 +00:00
ff0b205591
Merge branch '273-notif-all-read' into 'master'
...
added unread and read all function with endpoints for notifications
See merge request Chill-Projet/chill-bundles!671
2024-07-05 13:36:31 +00:00
2d67843901
added unread and read all function with endpoints for notifications
2024-07-05 13:36:31 +00:00
2b09e1459c
Merge branch '274-active-status-filter' into 'master'
...
Resolve "Add active/inactive filter to user list in admin"
Closes #274
See merge request Chill-Projet/chill-bundles!694
2024-07-05 08:52:46 +00:00
029524ba2c
Resolve "Add active/inactive filter to user list in admin"
2024-07-05 08:52:46 +00:00
fa91e9494d
Merge branch 'issue123_duplicate_calendar_range_by_week' into 'master'
...
Add a button to duplicate calendar ranges from a week to another one
See merge request Chill-Projet/chill-bundles!706
2024-07-05 08:07:49 +00:00
4e72d6fea1
Update slot duration in calendar
...
The slot duration in the 'MyCalendarRange' module has been updated to a new time. The previous duration was 5 minutes, but it has now been increased to 15 minutes to provide users with longer time slots.
2024-07-05 10:01:09 +02:00
5666b8b647
Expand range of calendar weeks in App2.vue to get weeks int the future and in the past
...
The code has been altered to increase the range of weeks computed from 15 to 30, with a modification to the 'getMonday' method accordingly. This enhances the user calendar experience by providing a wider time array to choose from.
2024-07-05 09:58:49 +02:00
724b98e8c5
Improve naming of downloaded documents in job bundle
...
When downloaded the title of the document was\ always set to 'Document', which gave little\ indication as to what the document was about.\
Now documents are titled with the name of the\ person and the type of document (CV, permis,...)
2024-07-04 13:28:54 +02:00
ead1abb825
fix code style for symfony 5
v3.0.0-RC4
2024-07-03 13:29:22 +02:00
54d045f261
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-07-03 13:19:41 +02:00
702a5a27d2
Update version of bundles to 2.22.2
2.22.2
2024-07-03 12:22:53 +02:00