Edit case issues fixed - Now add case and edit case are working fine

This commit is contained in:
2026-08-02 22:32:54 +05:30
parent 60f9aa05a0
commit bc00515c1b
42 changed files with 623 additions and 374 deletions

View File

@@ -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."),