mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Add reject functionality for workflow signatures
Implemented the ability to reject workflow signatures by adding necessary templates, routes, and authorization checks. Updated the `WorkflowSignatureCancelController` to handle rejection and modified existing templates and translations to support the new feature.
This commit is contained in:
@@ -539,6 +539,7 @@ workflow:
|
||||
title: Signatures électroniques
|
||||
button_sign: Signer
|
||||
button_cancel: Annuler
|
||||
button_reject: Rejeter
|
||||
metadata:
|
||||
sign_by: 'Signature pour %name%'
|
||||
docType: Type de document
|
||||
@@ -553,8 +554,9 @@ workflow:
|
||||
|
||||
signature:
|
||||
cancel_signature_of: Annulation de la signature de %signer%
|
||||
are_you_sure: Êtes-vous sûr de vouloir annuler la signature de %signer%
|
||||
|
||||
cancel_are_you_sure: Êtes-vous sûr de vouloir annuler la signature de %signer%
|
||||
reject_signature_of: Rejet de la signature de %signer%
|
||||
reject_are_you_sure: Êtes-vous sûr de vouloir rejeter la signature de %signer%
|
||||
|
||||
Subscribe final: Recevoir une notification à l'étape finale
|
||||
Subscribe all steps: Recevoir une notification à chaque étape
|
||||
|
Reference in New Issue
Block a user