julienfastre
d7f4895248
Fix the command which load language
...
The command load the languages in the configured languages in chill's configuration.
2024-03-14 15:46:32 +01:00
julienfastre
96105b101f
Merge branch 'issue159_page_acceuil' into 'master'
...
Allow users to display news on homepage (+ configuring a dashboard homepage)
See merge request Chill-Projet/chill-bundles!604
2024-03-07 21:08:00 +00:00
LenaertsJ
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00:00
julienfastre
2ad3bbe96f
Merge branch '00585-fix-deprecations-doctrine-2024-03' into 'master'
...
Fix deprecations and code style issues (2024-03-07)
See merge request Chill-Projet/chill-bundles!665
2024-03-07 14:33:58 +00:00
julienfastre
1d636f5e9e
Fix deprecations and code style issues
2024-03-07 15:26:58 +01:00
julienfastre
f0dbb17172
Update exports.rst: fix typo
2024-03-06 11:40:19 +00:00
julienfastre
f1dbc17dad
Merge branch 'Doc-why-use-exists-in-exports' into 'master'
...
Update documentation to explain use of EXISTS in SQL queries
See merge request Chill-Projet/chill-bundles!664
2024-03-06 11:36:01 +00:00
julienfastre
09578a775c
Update documentation to explain use of EXISTS in SQL queries
...
Added an explanatory section to the "exports.rst" doc to clarify why to use an EXISTS subquery instead of a JOIN clause in SQL queries involving many-to-* relationships. This explanation includes sample SQL queries and results to illustrate the potential issue of duplicates with JOIN and count, and how EXISTS can help avoid this issue. Also updated the ".editorconfig" file for .rst files.
2024-03-06 12:34:36 +01:00
julielenaerts
c888b5b84f
Update chill bundles version to 2.16.3
2024-02-26 14:53:20 +01:00
LenaertsJ
27d76d9579
Merge branch '232-filters-uj-and-serv-order-alphabetical' into 'master'
...
Resolve "Filtres sur les données: classer par ordre alphabétique les items à sélectionner"
Closes #232
See merge request Chill-Projet/chill-bundles!662
2024-02-26 13:51:25 +00:00
julielenaerts
5b714f17be
order scopes alphabetically
2024-02-26 14:40:41 +01:00
julielenaerts
bbb167bb85
order user jobs alphabetically when returning all active user jobs
2024-02-26 13:36:44 +01:00
julielenaerts
d713087dcb
Changie and php style fixes
2024-02-26 13:30:26 +01:00
julielenaerts
569aeeef87
Fix wrong translation of user job service -> métier
2024-02-26 12:23:11 +01:00
julielenaerts
97f2c75de8
Change syntax of check on null for closing motive
2.16.2
2024-02-21 20:14:18 +01:00
julielenaerts
4a2078dc65
upgrade to 2.16.2
2024-02-21 19:49:43 +01:00
julielenaerts
00444e1e56
Add check on null value in template for closing motive
2024-02-20 10:10:44 +01:00
julienfastre
f02c5bca13
release 2.16.1
2.16.1
2024-02-09 00:11:11 +01:00
julienfastre
0d56828ebd
force boostrap version to 5.2.3
2024-02-09 00:10:26 +01:00
julienfastre
8b28667fe5
prepare release 2.16.0
2.16.0
2024-02-08 21:21:49 +01:00
julienfastre
72f73ec8e7
prepare release 2.16.0
2024-02-08 21:21:34 +01:00
julienfastre
b3d1320c94
Merge branch '149-150-events-improve' into 'master'
...
Modernisation fonctionnement module Evénement
Closes #149 , #150 , and #225
See merge request Chill-Projet/chill-bundles!621
2024-02-08 20:19:30 +00:00
julienfastre
2ed42e1a2c
Fix cs with php-cs-fier version 3.49
2024-02-08 21:12:27 +01:00
julienfastre
d0e5ba16fe
Merge branch 'issue115_social_action_versioning' into 'master'
...
Add versioning and optimistic locking on accompanying period work
Closes #115
See merge request Chill-Projet/chill-bundles!627
2024-02-08 20:02:05 +00:00
julienfastre
8e65ad9476
Add changie file
2024-02-08 21:01:53 +01:00
julienfastre
cf7338b690
Fix issues with inexisting fields
2024-02-08 21:00:16 +01:00
julienfastre
63dd71037a
Add changie file
2024-02-08 14:33:30 +01:00
julienfastre
cc281762b3
Translate message on conflict in AccompanyingPeriodWorkEdit App
2024-02-08 14:33:30 +01:00
julienfastre
aa0cadfa84
Add conflict resolution for generated API + add test
...
Implemented additional code to handle version conflicts when editing accompanying period work. By keeping track of the current version and returning an HTTP conflict response when it doesn't match with the provided entity version, users are properly alerted to update their entity before continuing. Furthermore, adjusted BadRequestHttpException to match correct arguments order and introduced entity version as query parameter for the URL.
ensure kernel is shutdown after generating data
2024-02-08 14:33:30 +01:00
julienfastre
6e2cce9531
Event: add more fields: documents, organizationCost, note, and location
2024-02-08 12:59:52 +01:00
julienfastre
1fbbf2b2ad
fixup! Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:59:52 +01:00
julienfastre
e586b8ee5e
Event: move validation to annotation and add UniqueEntity constraint on Participation
2024-02-08 12:59:51 +01:00
julienfastre
6d04e477f8
Clean database, to avoid double participations on event
2024-02-08 12:59:51 +01:00
julienfastre
6b7b2ae522
fixup! Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:59:51 +01:00
julienfastre
9b9c2774ad
Allow Pick*Type to submit the form when selection an entity, and apply inside Event
2024-02-08 12:59:50 +01:00
julienfastre
e902b6d409
Create a page which list events
2024-02-08 12:59:50 +01:00
julienfastre
d8bf6a195f
add creation and update information on events and participation
2024-02-08 12:59:50 +01:00
julienfastre
7c3152f277
Fix migration when executed after the person entity table name change
2024-02-08 12:59:50 +01:00
julienfastre
cef218fed5
Add interface for pagination
2024-02-08 12:59:47 +01:00
julienfastre
930a76cc66
use a PickPersonDynamic type in event bundle
2024-02-08 12:57:17 +01:00
julienfastre
f11f7498d7
Add new option "as_id" to Pick*DynamicType
...
This option will make the app return a single id of the entity in data, and not the entity json.
2024-02-08 12:54:44 +01:00
julienfastre
1a9af6b0b1
activate Event Bundle in test app
2024-02-08 12:54:44 +01:00
julienfastre
d347f6ae60
Fix migrations to take into account the change in table name for Person's entity
2024-02-08 12:54:44 +01:00
julielenaerts
3bb911b4d0
Update version within PUT request
...
Try to add api logic
check for version being the same instead of smaller
implementing optimistic locking and displaying correct message in frontend
rector fixes
adjust violation message and add translation in translation.yaml
add translator in apiController
2024-02-08 12:09:51 +01:00
julielenaerts
f00b39980c
Add version of the social action to the state
...
put correct serialization groups
2024-02-08 12:08:36 +01:00
julielenaerts
09882bb4be
Add translations that were missing according to console error
2024-02-08 12:08:35 +01:00
julielenaerts
1d21499eab
add version property to accompanyingperiodwork for optimistic locking
2024-02-08 12:08:35 +01:00
LenaertsJ
8ef001e67e
Merge branch '260-order-centers-dropdown' into 'master'
...
Resolve "Mettre en ordre alphabétique la liste des centres dans le dropdown du section 'utilisateurs' dans l'admin"
Closes #260
See merge request Chill-Projet/chill-bundles!657
2024-02-08 10:33:09 +00:00
julielenaerts
458df45fa5
Add changie
2024-02-08 11:22:48 +01:00
julielenaerts
2b968b9a5b
order centers dropdown alphabetically
2024-02-08 11:21:33 +01:00