Applied validation

This commit is contained in:
rajesh
2024-09-17 16:15:15 +05:30
parent 6959ac0a65
commit d2fed5e168
14 changed files with 57 additions and 10 deletions

View File

@@ -139,6 +139,7 @@ flow.created.successfully=Flow created successfully.
flow.fetched.successfully=Flow fetched successfully.
flow.already.exists= Flow already exist for this call.
flow.request.not.complete=Flow request is not complete.
initial.and.final.form.cannot.null=Initial and final form cannot be null.
# Application related messages
application.created.success=Application successfully created.
@@ -149,6 +150,7 @@ application.not.found=Application not found with the given ID.
application.form.field.not.found=Application form field not found.
Form.not.matches.to.call.initial.form=Form id does not matches to initial form id of call.
application.already.exists=Application already exists for this call.
application.already.submitted=Application is already submitted.
#Validation related messages
validation.field.required=Field {0} is required.
@@ -162,3 +164,4 @@ current.form.incomplete=Current form is not filled.
flow.not.found=Flow not found.
validation.message=Validation messages.
action.required=Action field required.
call.not.published=Call is not published.