Comment out unused constants in Constants.vb

The `SignatureConfirmed` and `DocumentMod_Rotation` constants have been commented out to indicate that they are no longer active or used in the code. This helps to clean up the codebase and improve maintainability.
This commit is contained in:
Developer 02 2025-05-08 13:53:16 +02:00
parent 0698b44b68
commit ce0b1f1785

View File

@ -21,7 +21,7 @@
DocumentOpened = 2004
DocumentSigned = 2005
DocumentForwarded = 4001
SignatureConfirmed = 2006
'SignatureConfirmed = 2006
DocumentRejected = 2007
EnvelopeShared = 2008
EnvelopeViewed = 2009
@ -30,7 +30,7 @@
MessageConfirmationSent = 3003
MessageDeletionSent = 3004
MessageCompletionSent = 3005
DocumentMod_Rotation = 4001
'DocumentMod_Rotation = 4001
End Enum
'TODO: standardize in xwiki