MS Neue Konstante

This commit is contained in:
Developer01
2025-04-23 12:37:57 +02:00
parent 2848425625
commit 9f71579c78
7 changed files with 75 additions and 32 deletions

View File

@@ -28,6 +28,7 @@
MessageConfirmationSent = 3003
MessageDeletionSent = 3004
MessageCompletionSent = 3005
DocumentMOD_RotationChanged = 4001
End Enum
'TODO: standardize in xwiki

View File

@@ -34,6 +34,12 @@ Public Class ActionService
Return True
End Function
Public Function SetStatusDocumentRotationChanged(pEnvelope As Envelope) As Boolean
If HistoryService.SetEnvelopeStatus(pEnvelope, Constants.EnvelopeStatus.DocumentMOD_RotationChanged, pEnvelope.User.Email) = False Then
Return False
End If
Return True
End Function
Public Function Resend_Receiver(pEnvelope As Envelope, pmail As String) As Boolean
If HistoryService.SetEnvelopeStatus(pEnvelope, Constants.EnvelopeStatus.EnvelopeQueued, pEnvelope.User.Email) = False Then
Return False