From ce0b1f178567194c1db2761b80d64acd3ffb4bca Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Thu, 8 May 2025 13:53:16 +0200 Subject: [PATCH] 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. --- EnvelopeGenerator.Common/Constants.vb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EnvelopeGenerator.Common/Constants.vb b/EnvelopeGenerator.Common/Constants.vb index 59570ee1..9631744e 100644 --- a/EnvelopeGenerator.Common/Constants.vb +++ b/EnvelopeGenerator.Common/Constants.vb @@ -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