Updated amendment rejection email flow and handled for special amendment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user