Added get api which is responsable for get next or pevious form

This commit is contained in:
rajesh
2024-09-13 19:45:58 +05:30
parent 492317be2e
commit 5624c61040
18 changed files with 424 additions and 26 deletions

View File

@@ -155,4 +155,5 @@ validation.field.min_length=Field {0} must be at least {1} characters long.
validation.field.max_length=Field {0} must be no more than {1} characters long.
validation.field.pattern=Field {0} does not match the required pattern.
validation.field.not_null=Field {0} must not be null.
validation.field.not_empty=Field {0} must not be empty.
validation.field.not_empty=Field {0} must not be empty.
current.form.incomplete=Current form is not filled.

View File

@@ -151,4 +151,5 @@ validation.field.min_length=Il campo {0} deve essere lungo almeno {1} caratteri.
validation.field.max_length=Il campo {0} deve essere lungo al massimo {1} caratteri.
validation.field.pattern=Il campo {0} non corrisponde al modello richiesto.
validation.field.not_null=Il campo {0} non deve essere nullo.
validation.field.not_empty=Il campo {0} non deve essere vuoto.
validation.field.not_empty=Il campo {0} non deve essere vuoto.
current.form.incomplete=il modulo corrente non è compilato