mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-4068] StartTaskComponent - fix name and description empty space … (#4351)
* [ADF-4068] StartTaskComponent - fix name and description empty space validation * [ADF-4068] StartTakComponent - add unit test
This commit is contained in:
committed by
Eugenio Romano
parent
71dca95749
commit
0aaa6bea16
@@ -134,7 +134,8 @@
|
||||
"ERROR": {
|
||||
"REQUIRED": "Field required",
|
||||
"DATE": "Date format DD/MM/YYYY",
|
||||
"MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max."
|
||||
"MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max.",
|
||||
"MESSAGE": "Enter a different value"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user