bc34d84d63
Merge remote-tracking branch 'origin/master' into upgrade-sf5
2024-09-12 13:36:50 +02:00
d119ba49f7
Add on_hold label to vue components
2024-09-05 17:18:42 +02:00
d0031e82e8
Add hover effect and slim class to dev assets and apply in signature list
...
Introduced a new SCSS file to handle hover effects on rows and added the ability to remove bottom margins with a "slim" class. Updated various twig templates to utilize these new styles for better visual feedback and alignment.
2024-09-04 17:55:01 +02:00
bb848746d5
Merge branch 'upgrade-sf5' into signature-app-master
2024-08-28 13:23:12 +02:00
6e2a08cae8
Resolve multiple entries not being saved in collectiontype
2024-08-21 10:22:13 +02:00
6445342136
Fix remove button not showing in CollectionType forms with allow_delete option
2024-08-14 14:23:03 +02:00
d52e54fd2a
Make loadDynamicPicker available within windows where dynamicPicker tags are added
2024-08-14 13:38:58 +02:00
0a6f3a99da
Fix functioning of show hide
2024-07-23 19:59:10 +02:00
50bd9f32c3
Fix merge conflict in show-hide file
2024-07-23 16:23:51 +02:00
1396304af5
Change funtioning of showHide (wip)
2024-07-23 16:20:27 +02:00
c33e4adeec
Adjust implementation of showHide (wip)
2024-07-23 12:37:16 +02:00
72e3325626
Implement show and hide logic within workflow form
2024-07-23 12:37:16 +02:00
0a46b5304d
Adjust implementation of showHide (wip)
2024-07-23 12:18:14 +02:00
52a3d1be1b
Implement show and hide logic within workflow form
2024-07-11 15:16:40 +02:00
2d67843901
added unread and read all function with endpoints for notifications
2024-07-05 13:36:31 +00: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
83883567a2
Upgrade node dependencies and add necessary fixes
2024-06-11 09:38:56 +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
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
680513a3a6
fix missing librairies
2024-04-10 16:08:09 +02:00
d29415317b
Allow users to display news on homepage (+ configuring a dashboard homepage)
2024-03-07 21:08:00 +00: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
eaa40d6725
DX: remove some unnecessary console.log
2023-11-16 10:57:32 +01: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
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
36eed4323c
add title tag on detail address button
2023-07-12 17:20:02 +02:00
9bf8c9b0ed
UX: [address details] improve button integration
2023-07-12 17:03:55 +02:00
29306d2b66
UX: [vue][onTheFly] improve residential address position in modale
2023-07-12 17:03:55 +02:00
e82c7cdc6c
Fixed: [homepage widget] repair my unread notification list with actions and evaluations documents
2023-07-12 13:24:23 +02:00
17d2b795b4
update changelog
2023-07-07 11:38:00 +02:00
145c1df313
cleaning
2023-07-05 09:43:13 +02:00
3e63b4abf3
UX: improve FilterOrder box design
2023-07-04 16:42:56 +02:00
6c16967cdc
Fix: Fix entityId and return path when add a notification on a document's evaluation
2023-06-19 21:00:19 +02:00
13feb3b212
[twig][templates] introduce an option in adress_entity_render to display or not the address details button
2023-04-21 21:15:35 +02:00
7cb7897e12
Align address detail button style with banner context buttons
2023-04-21 20:20:55 +02:00
025ee2ea95
UX: [Admin][persmissionsgroup] complete in template: content wrapper with bootstrap classes
2023-04-20 20:24:23 +02:00
324a350bf1
UX: [permissiongroup] improve transition between form and behind content
2023-04-14 15:14:08 +02:00
8042edc13c
UX: [permissiongroup] fix form with new sticky-form class
2023-04-14 13:55:54 +02:00
91ba0c983d
UX: improve admin > permissiongroup templates
2023-04-14 12:25:09 +02:00
a9fe834978
Fixed: [homepage] count also workflows in cc
2023-04-13 12:25:06 +02:00
63759a940f
Feature: [homepage] group the counter of tasks in warning and alert state into one counter
2023-04-13 12:21:48 +02:00