Boris Waaub
222777f88c
Add externalId to Center entity and adapt personupertHandler
2026-03-25 11:21:41 +01:00
eff0f6bcda
Ajout de permissions sur le module Ticket
2026-03-23 11:44:30 +00:00
b1f7b83fdc
Replace PhonenumberConstraint with PhoneNumber constraint in user profile update.
...
- Updated the `UpdateProfileCommand` to use `\Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber` instead of the deprecated `PhonenumberConstraint`.
- Removed unused `PhonenumberConstraint` imports from relevant files.
2025-12-16 14:53:33 +01:00
985761ff00
Merge branch 'ticket/64-identifiants-person' into 'ticket-app-master'
...
Add Person's external identifiers to creation and edit form
See merge request Chill-Projet/chill-bundles!881
2025-12-05 17:02:26 +00:00
6d93b2b1b6
Add Person's external identifiers to creation and edit form
2025-12-05 17:02:26 +00:00
799d04142e
Ajouter une variable de localisation aux utilisateurs
2025-11-14 13:52:33 +00:00
769d76a0cc
Fix the possibility to delete a workflow when it is on hold
2025-11-04 13:52:54 +01:00
1195b54a68
Resolve "user notification preferences are not displayed correctly"
2025-09-10 16:28:45 +00:00
7db8a371fc
Resolve "Absence user: add end date"
2025-09-08 13:47:14 +00:00
ab8da4ab7a
Resolve "Notification: envoi à des groupes utilisateurs"
2025-07-20 20:18:49 +00:00
e3a6b60fa2
Revert "Merge branch 'ticket/supplementary-comments-on-motive' into 'master'"
...
This reverts merge request !855
2025-07-20 18:50:33 +00:00
63d0a52ea1
Ajout de commentaires supplémentaires aux motifs
2025-07-11 14:06:40 +00:00
8bc16dadb0
Partage d'export enregistré et génération asynchrone des exports
2025-07-08 13:53:25 +00:00
840ef6eed8
Resolve "Fusion actions d'accompagnement"
2025-07-02 10:53:16 +00:00
nobohan
9158e33854
#392 php cs-fixer
2025-06-19 21:29:43 +02:00
nobohan
af74f7860b
Fixed nullable content for NewsItem in setContent signature #392
2025-06-19 17:53:33 +02:00
37227a3aeb
Add attachments to workflow
2025-02-03 21:15:00 +00:00
82cb359072
Clean migration for main bundle
2024-11-29 12:06:36 +01:00
a869e5a78b
Resolve merge conflicts
2024-11-26 18:11:04 +01:00
3e355a6465
php cs fixer
2024-11-26 18:04:36 +01:00
5afb92d549
add unit test for GenderDocGenNormalizer and move file to MainBundle
2024-11-26 18:04:12 +01:00
0b22250dd5
Normalize genderEntity for document generation
2024-11-26 10:05:03 +01:00
63ed046c9a
Normalize genderEntity for document generation
2024-11-25 17:44:59 +01:00
875d3293d2
Workflow: set comment on previous step
2024-11-20 09:47:11 +01:00
04b2def8a5
Save the comments on a workflow step
2024-11-19 10:15:15 +00:00
21ec3121ec
Merge branch 'signature-app-master' into 'master'
...
Signature app master
Closes #307
See merge request Chill-Projet/chill-bundles!743
2024-11-12 20:30:00 +00:00
64d91e2afe
Allow users to edit a document if they were added to the previous step of a workflow.
...
OP#826 Workflow - les utilisateurs des étapes précédentes sur un workflow doivent aussi avoir la main sur les étapes en cours du workflow (Vendee/accent-suivi-developpement/1289)
https://champs-libres.openproject.com/work_packages/826
2024-11-08 20:34:45 +01:00
7aca08c89e
Allow to remove the canceled workflow to be deleted, if canceled
...
- OP#812
- https://champs-libres.openproject.com/work_packages/812
2024-11-06 17:10:48 +01:00
64f3b40694
Add the possibility of unknown to the gender entity
2024-10-31 12:10:35 +01:00
508c4cd674
Add an email address ot UserGroup entity
2024-10-18 19:14:13 +02:00
fa64f44cf1
php cs fixes
2024-10-09 16:49:40 +02:00
73d80af80a
Fix getter in gender entity
2024-10-09 16:49:40 +02:00
052e09cf64
Fixes phpstan
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
2eb686ffdb
Create gender API and adjust serialization of gender property
2024-10-09 16:49:40 +02:00
0ba93ec7c6
Remove 'unknown' gender enum
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
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
40b8fae8ba
Add vizualisation of public views in the workflow history
2024-10-08 16:17:11 +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
5c0f3cb317
Implement the controller action to view the EntityworkflowSend
2024-10-07 15:35:36 +02:00
a0b5c208eb
Send an email when a workflow is send to an external
...
- create an event subscriber to catch the workflow which arrive to a "sentExternal" step;
- add a messenger's message to handle the generation of the email;
- add a simple message, and a simple controller for viewing the document
- add dedicated tests
2024-10-04 13:52:18 +02:00
071c5e3c55
Update the form to allow sending a workflow to an external destinee
...
OP#734 Modification du formulaire pour permettre l'envoi d'un workflow
https://champs-libres.openproject.com/work_packages/734
2024-10-04 13:41:20 +02:00
2213f6f429
Add EntityWorkflowSend and EntityWorkflowSendView entities
...
Introduced EntityWorkflowSend and EntityWorkflowSendView entities to enable tracking of workflow content sent to external parties. Updated EntityWorkflowStep to associate with these entities and added a corresponding database migration script.
2024-10-04 13:41:19 +02:00
c4c7280b52
Fix Create a PickUserGroupOrUserDynamicType
2024-10-01 18:49:52 +02:00
803332ba5f
Remove the feature "send a workflow to an email address"
2024-10-01 18:49:51 +02:00
debca1f474
Admin CRUD for user groups
2024-10-01 18:49:50 +02:00
2e71808be1
Add admin users and active status to UserGroup
...
Added a new table `chill_main_user_group_user_admin` for admin users and modified the UserGroup entity to include an `active` status column. Included methods for managing the admin users and the active status in the UserGroup entity.
2024-09-27 12:01:47 +02:00
86ec6f82da
Do not block transition in EntityWorkflow when the user is member of a dest user group
...
- refactor EntityWorkflowGuardTransition + tests
- allow to find easily user within userGroup by adding a dedicated method to UserGroup::contains
2024-09-26 16:04:53 +02:00