bc2dfd159c
merge upgrade-sf5 branch
2024-07-15 15:16:27 +02:00
dfa7de4f38
merge upgrade-sf5 into branch for latest fixes
2024-06-25 15:54:22 +02:00
f8fa96d836
Fix download report URL in ChillMainBundle export
...
An extra "?" was erroneously appended to the download report URL in ChillMainBundle's export feature. This update removes the extraneous character to ensure the function works as expected with the correct URL format.
2024-06-24 14:23:47 +02:00
916724c0c5
Merge branch 'master' into upgrade-sf5
2024-06-24 10:46:21 +02:00
f66ac50571
Merge branch '616_rapid-action' into 'master'
...
Flash menu rapid action in search results
See merge request Chill-Projet/chill-bundles!441
2024-06-13 10:32:30 +00:00
cc0030c1cd
Fix adding quick menus to list_with_period.html.twig
...
- update twig namespaces
- move twig file within Resources
2024-06-13 12:07:34 +02:00
83883567a2
Upgrade node dependencies and add necessary fixes
2024-06-11 09:38:56 +02:00
29d57934a1
Update workflow rendering with date context
...
Code updates have been made in multiple files to ensure that when entities are rendered, it includes the appropriate context relating to the date. This adjustment has been primarily made in template files where the `chill_entity_render_box` function is used. These changes help to provide users with more accurate information regarding the state of an entity at a specific time.
2024-06-10 17:19:34 +02:00
f43d79c940
Add notification date to entity render strings
...
The notification date has been added to the render strings of entities involved in the notifications, specifically for the sender, addressees, and normalizer. This is done by passing it as a parameter to the 'chill_entity_render_string' function and the 'normalize' function in NotificationNormalizer. This will help provide more context regarding the time of the events in the notification.
2024-06-10 17:08:30 +02:00
4c3f082163
Merge remote-tracking branch 'origin/master' into issue178_affichage_metiers
2024-06-07 12:03:30 +02:00
59f721934e
Refactor export download script to use ES6 and webpack
...
The export download script was refactored to use ES6 syntax and webpack's modular system. This included separating out the download script into its own file for better organization, removing globally-scoped JavaScript, and adding the new download script as a webpack entry point. Also, the import method for the 'mime' library was adjusted to use ES6 syntax.
2024-06-04 21:53:32 +02:00
84ce8a93f3
Refactor ISOToDateTime to handle case when timezone's server is UTC
...
A condition is added to check if the timezone is set as '0000' (UTC timezone), if yes then a new Date is returned with the Date.UTC method. This ensures that the time returned correctly reflects the current timezone
2024-06-01 00:40:22 +02:00
dcfa569e3a
Upgrade CKEditor and refactor configuration with use of typescript
2024-06-01 00:35:08 +02:00
48bf359d2e
Restore feature to see chill assets style preview in dev environment
...
This commit introduces a new dev.assets.html.twig file and updates the chill.yaml file to add new paths for the SASS Assets tests.
2024-05-28 16:34:32 +02:00
84f515d451
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-05-28 14:16:01 +02:00
775535e683
refactor file drop widget
2024-05-28 11:25:59 +02:00
b7e61c6747
merge master into module emploi branch
2024-05-15 14:26:51 +02:00
f7f7e1cb1d
updated translation by changing translation in twig
2024-05-08 10:05:58 +02:00
28c986fddf
controller with crud logic + templates fixed for dispositif
2024-04-24 14:52:19 +02:00
d0ec6f9819
Improve naming for 'at date' in user render component
2024-04-16 11:52:54 +02:00
680513a3a6
fix missing librairies
2024-04-10 16:08:09 +02:00
931c69eee4
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-04-04 18:45:01 +02:00
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00:00
37af488f69
Merge branch 'master' into upgrade-sf5
2024-02-12 21:50:34 +01:00
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
9b9c2774ad
Allow Pick*Type to submit the form when selection an entity, and apply inside Event
2024-02-08 12:59:50 +01:00
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
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
912f7d3211
remove some deprecations
2023-12-14 14:09:57 +01:00
be57c96a2f
Add phonenumber to user
2023-11-16 15:12:12 +00:00
d8fa743bc9
Export: fix loading of form for "filter action by type, goal and result"
2023-11-16 10:57:59 +01:00
eaa40d6725
DX: remove some unnecessary console.log
2023-11-16 10:57:32 +01:00
a4edb34668
[export] add a filter and aggregator on accompanying period work: group/filter by handling third party
2023-10-19 10:33:55 +02:00
68d28f3e28
Fix filtres and scopes to take into account job and scope when the refferrer is add to the accompanying period work
2023-10-16 11:52:03 +02:00
0b6b25fd95
improve histories order since User entity
2023-10-04 12:49:30 +02:00
c526973475
[admin][templates] move job/scope history in an unique template and display history for a given user
2023-10-04 12:33:50 +02:00
c590d60a7f
make tables more readable in templates
2023-10-03 19:40:23 +02:00
d2feb0f0b4
Fix return type in user getters for mainScope and userJob
2023-10-03 19:40:23 +02:00
124abf563e
Create twig templates for admin jobs/scopes histories
2023-10-03 19:40:20 +02:00
65aa0a1588
Merge remote-tracking branch 'origin/master' into rector/rules-symfony
2023-09-27 15:25:29 +02:00
7c7c5862c6
FEATURE [center][isActive] add getter and setter + integrate into template
2023-09-06 15:56:04 +02:00
fa47dcd5b6
FIX [center][crud] use crud controller for center entity
2023-09-06 15:50:12 +02:00
76142c1264
Refactor twig template to avoid unclosed a element
2023-08-31 17:07:27 +02:00
650e3a84c8
Refactor rendering fragment: using controller path
2023-08-31 16:57:55 +02:00
e839b03cc9
Update path to twig template with new syntax
2023-07-28 12:16:50 +02:00
3954d69c94
Merge branch '93-improve-address-design' into 'master'
...
Améliorations cosmétiques en rapport avec le bouton "détails de l'adresse"
See merge request Chill-Projet/chill-bundles!579
2023-07-14 08:47:18 +00:00
8f39d0320c
Merge branch '117-repair-queries-on-homepage-widget' into 'master'
...
[homepage widget] repair my unread notification list with actions and evaluations documents
See merge request Chill-Projet/chill-bundles!578
2023-07-14 07:48:46 +00:00
ea0e5dfa14
Merge remote-tracking branch 'origin/master' into user_filter_tasks
2023-07-13 16:13:14 +02:00
1d9b8729ab
oups
2023-07-13 12:50:15 +02:00
22ded77bde
Create new route to redirect from document to work that contains evaluation that contains document
2023-07-13 12:49:01 +02:00