Updated amendment rejection email flow and handled for special amendment

This commit is contained in:
rajesh
2026-03-16 16:38:53 +05:30
parent e3b4b04b80
commit 9b21791f9f
6 changed files with 62 additions and 36 deletions

View File

@@ -7,8 +7,8 @@ public enum ApplicationAmendmentRequestEnum {
RESPONSE_RECEIVED("RESPONSE_RECEIVED"),
CLOSE("CLOSE"),
EXPIRED("EXPIRED"),
/** Amendment PEC email was rejected; only instructor can update until status is set back to AWAITING. */
DRAFT("DRAFT");
/** Special amendment PEC email was rejected; amendment status set to REJECTED. */
REJECTED("REJECTED");
private String value;