Edit case issues fixed - Now add case and edit case are working fine
This commit is contained in:
@@ -42,6 +42,9 @@ public enum ApplicationMessage {
|
||||
"The application details were saved successfully.", ""),
|
||||
APPLICATIONS_LOADED(200, "APP-2002", "Applications loaded",
|
||||
"The application records were loaded successfully.", ""),
|
||||
APPLICATION_LOAD_FAILED(500, "APP-5002", "Applications could not be loaded",
|
||||
"Cygnus could not load the application details.",
|
||||
"Try again. If the issue continues, share the reference ID with support."),
|
||||
APPLICATION_SAVE_FAILED(500, "APP-5001", "Application could not be saved",
|
||||
"Cygnus could not save the application details.",
|
||||
"Try again. If the issue continues, share the reference ID with support."),
|
||||
|
||||
Reference in New Issue
Block a user