d283d62049
!fixup Automatically execute body renderer when posting an
2024-10-15 11:10:31 +02:00
6cd336922f
Fix error when denormalizing empty array for pick third party dynampic type
2024-10-15 11:09:17 +02:00
13dbbb6741
Fix race condition in ChillCollectionType
...
In some dcase, the collection is not initialized when a showHide is launched before the collection is fully initialized.
2024-10-15 09:08:29 +02:00
1313b6f138
Automatically execute body renderer when posting an email in Chill
...
+ adaptation of services which already uses body renderer
2024-10-10 14:06:00 +02:00
3d53e7da65
Show the list of pending views in the workflows index page
2024-10-10 13:40:25 +02:00
8589bada3f
Layout for the email to external
2024-10-10 13:40:07 +02:00
292034d64d
Add public view rendering to workflow handler for AccompanyingPeriodWorkEvaluationDocument
...
Implemented the `EntityWorkflowWithPublicViewInterface` in `AccompanyingPeriodWorkEvaluationDocumentWorkflowHandler`. Included the `renderPublicView` method using `WorkflowWithPublicViewDocumentHelper` for enhanced document handling.
2024-10-10 11:42:04 +02:00
3f7c5d23dc
Add return type hint to getTargets method
...
The getTargets method now explicitly returns an array, enhancing type safety and readability. This change ensures that the return type is clear to any developers interacting with this method.
2024-10-10 11:41:25 +02:00
78445f0d65
fixup! Add message handling for public view creation
2024-10-10 11:39:04 +02:00
c329a1f1f8
fixup! Add message handling for public view creation
2024-10-10 09:39:45 +02:00
9d722110a6
fixup! Add direct download link feature with new button implementation
2024-10-09 21:39:55 +02:00
82e2b9a0f6
Add message handling for public view creation
...
Introduce `PostPublicViewMessage` and `PostPublicViewMessageHandler` to handle external user views on public links by applying workflow transitions. Integrate with `WorkflowViewSendPublicController` and add relevant tests.
2024-10-09 21:39:27 +02:00
e629dbf994
Merge branch 'create_gender_entity' of https://gitlab.com/Chill-Projet/chill-bundles into create_gender_entity
2024-10-09 17:03:28 +02:00
8e02db6c85
Fix phpstan
2024-10-09 17:00:33 +02:00
7183d9a3b1
Fix genderfilter to work with array of gender entity values
2024-10-09 16:49:40 +02:00
70335a6360
rector fixes
2024-10-09 16:49:40 +02:00
fa64f44cf1
php cs fixes
2024-10-09 16:49:40 +02:00
f34c94fd65
Use new gender entity in personDocGenNormalizer
2024-10-09 16:49:40 +02:00
73d80af80a
Fix getter in gender entity
2024-10-09 16:49:40 +02:00
363cbc8a76
Translate gender terms for admin templates
2024-10-09 16:49:40 +02:00
9f3893243e
Adjust gender aggregator
2024-10-09 16:49:40 +02:00
7520d746e8
Correct repository and normalizer
2024-10-09 16:49:40 +02:00
052e09cf64
Fixes phpstan
2024-10-09 16:49:40 +02:00
77ece243c0
Fix twig template, remove ul tag
2024-10-09 16:49:40 +02:00
a47c8d916b
Adjust translation logic for gender in vue components
2024-10-09 16:49:40 +02:00
5fce9ee9fb
Fix reactivity issue for genderIcon rendering
2024-10-09 16:49:40 +02:00
47d954fe9f
Adjust display of gender in twig templates
2024-10-09 16:49:40 +02:00
d9dc2d1f4e
Integrate gender entity into vue components upon creation of persons
2024-10-09 16:49:40 +02:00
37cfc035a3
Implement gender icon renderbox for vue components
2024-10-09 16:49:40 +02:00
2eb686ffdb
Create gender API and adjust serialization of gender property
2024-10-09 16:49:40 +02:00
34e2a26d1e
Fix display of icon field in gender admin form
2024-10-09 16:49:40 +02:00
789c977aba
Use EnumType in form instead of ChoiceType for field genderTranslation
2024-10-09 16:49:40 +02:00
0ba93ec7c6
Remove 'unknown' gender enum
2024-10-09 16:49:40 +02:00
b9d2f5efa3
Use renderInterface to render gender icons in twig
2024-10-09 16:49:40 +02:00
567c01f395
wip: use GenderIconEnum to allow user to select bootstrap icon
2024-10-09 16:49:40 +02:00
67a6eb17db
Change PickGenderType form field to use in Person creation form
2024-10-09 16:49:40 +02:00
b78f0980f5
Create genderEnum, add genderTranslation property to Gender entity and new gender property to Person entity
...
Also migrations were created to handle the changes in the database.
2024-10-09 16:49:40 +02:00
f428afc7ca
Create gender admin entity and add configuration to use it
...
entity, migration, controller, repository, templates, form added
2024-10-09 16:49:40 +02:00
18899d665d
rector fixes
2024-10-08 16:57:39 +02:00
59f9ac25ba
php cs fixes
2024-10-08 16:49:54 +02:00
2da6b746fb
Use new gender entity in personDocGenNormalizer
2024-10-08 16:48:47 +02:00
11f75bf6f1
Fix getter in gender entity
2024-10-08 16:39:31 +02:00
a1db1a1d65
Translate gender terms for admin templates
2024-10-08 16:30:25 +02:00
bdfdabe10e
Adjust gender aggregator
2024-10-08 16:29:24 +02:00
40b8fae8ba
Add vizualisation of public views in the workflow history
2024-10-08 16:17:11 +02:00
b99ea3b17a
!fixup Add direct download link feature
2024-10-08 16:16:10 +02:00
3f80d62ca2
Add public workflow view functionality
...
Introduced the ability to render public views for workflows, including new templates, handlers, and metadata support. Updated entity interfaces and translations to enhance the public sharing of workflow documents.
2024-10-08 15:15:58 +02:00
118ae291e2
Add direct download link feature with new button implementation
...
Introduce a new feature that allows for direct download links by integrating TempUrlGeneratorInterface. Added new DOWNLOAD_LINK_ONLY group and corresponding logic to generate download links in StoredObjectNormalizer. Implement a new Twig filter and Vue component for rendering the download button. Updated tests to cover the new functionality.
2024-10-08 15:15:38 +02:00
b0b1a28f50
Implement trans() in activity vue components
2024-10-08 13:51:41 +02:00
760f74b386
Add translation keys from i18ns to yaml files
2024-10-08 13:25:09 +02:00