mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-22 15:43:51 +00:00
Implement signature cancellation feature
Added functionality to cancel signatures in workflow, including controller, view, and tests. Updated translations and adjusted templates to support and display cancellation actions.
This commit is contained in:
@@ -538,6 +538,7 @@ workflow:
|
||||
signature_zone:
|
||||
title: Signatures électroniques
|
||||
button_sign: Signer
|
||||
button_cancel: Annuler
|
||||
metadata:
|
||||
sign_by: 'Signature pour %name%'
|
||||
docType: Type de document
|
||||
@@ -550,6 +551,10 @@ workflow:
|
||||
user: Utilisateur
|
||||
already_signed_alert: La signature a déjà été appliquée
|
||||
|
||||
signature:
|
||||
cancel_signature_of: Annulation de la signature de %signer%
|
||||
are_you_sure: Êtes-vous sûr de vouloir annuler 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