51ab4bef38
Improve rendering for signature zone
2024-07-22 23:06:49 +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
nobohan
567ca8a26f
integrate signature vueapp to workflow
2024-07-19 11:42:08 +02:00
nobohan
111305d09c
DX change function names to camelCase format in vue app signature
2024-07-19 10:00:16 +02:00
nobohan
67395f52b5
signature: fix cs + test PDFParser
2024-07-18 17:16:21 +02:00
nobohan
421226c0dc
signature: check for signature state
2024-07-18 17:16:20 +02:00
nobohan
77da2c1ac6
signature: add index on PDFSignatureZone + init POST signature
2024-07-18 17:16:20 +02:00
nobohan
39d3ba2f40
signature: fake POSTing of signature, adjustments
2024-07-18 17:16:20 +02:00
nobohan
fb62e54d63
signature: correct positioning of zones in vue app wrt to PDFSignatureZoneParser
2024-07-18 17:16:19 +02:00
nobohan
c968d6c541
signature: improve layout and some functionalities of the signature app
2024-07-18 17:16:19 +02:00
nobohan
c428e6665f
signature: use PDFSignatureZoneParser in vue app signature
2024-07-18 17:16:19 +02:00
nobohan
5b7e3f0336
signature - modale and translations in the vue app
2024-07-18 17:16:19 +02:00
nobohan
0c8ef37860
signature - more css bootstrap layout of the signature vue app
2024-07-18 17:16:19 +02:00
nobohan
794c479b9e
signature: layout and css bootstrap class of the vue app
2024-07-18 17:16:19 +02:00
nobohan
1bee3114ac
signature: improve signature vue app
2024-07-18 17:16:19 +02:00
nobohan
1344b65dd4
signature: fix using of window variable
2024-07-18 17:16:19 +02:00
nobohan
68dcf4dd28
signature: confirm signature and undo buttons
2024-07-18 17:16:19 +02:00
nobohan
b0a8fd54a8
signature: fully working app with pdfjs-dist
2024-07-18 17:16:19 +02:00
nobohan
0f589ec57e
signature: POC of showing PDF with pdfjs-dist
2024-07-18 17:16:19 +02:00
nobohan
2d4fc45a0c
signature: manage multi-pages doc
2024-07-18 17:16:19 +02:00
nobohan
c80f23f0db
signature: scale the signature zone to the canvas dimension
2024-07-18 17:16:18 +02:00
nobohan
c950400fe2
signature: POC of drawing signature zones and click event on canvas
2024-07-18 17:16:18 +02:00
nobohan
21c1e77d36
signature: POC of showing a pdf with vue-pdf-embed
2024-07-18 17:16:18 +02:00
nobohan
bbfd0caf10
signature: download storedObject document in the vuejs app
2024-07-18 17:16:18 +02:00
nobohan
9192883217
ADDED bootstrap signature vue app
2024-07-18 17:16:18 +02:00
3836622d27
Use better namespacing for configuring workflow signature documents
2024-07-18 16:03:45 +02:00
cc2c4be1b0
Merge branch '288-signature-zone-workflow' into 'signature-app-master'
...
Signature zone within workflow
See merge request Chill-Projet/chill-bundles!708
2024-07-18 13:51:08 +00:00
873940786f
Signature zone within workflow
2024-07-18 13:51:08 +00: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