[ADF-4068] ProcessServices - add description validation on Edit Task Form (#4366)

* [ADF-4068] StartTaskComponent - fix name and description empty space validation

* [ADF-4068] StartTakComponent - add unit test

* [ADF-4068] ProcessServices - add description validaton on edit task form

* [ADF-4068] ProcessServies - fix build issue
This commit is contained in:
Silviu Popa
2019-03-05 14:37:18 +02:00
committed by Maurizio Vitale
parent 1fef1e14ff
commit 933a7256a3
3 changed files with 35 additions and 1 deletions

View File

@@ -200,6 +200,9 @@
"DESCRIPTION_DEFAULT": "No description",
"FORM_NAME": "Form Name",
"FORM_NAME_DEFAULT": "No form"
},
"FORM_VALIDATION": {
"INVALID_FIELD": "Enter a different value"
}
}
}