mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-3282] Add maximum length validator to Start Process Form (#4064)
This commit is contained in:
committed by
Eugenio Romano
parent
8d22d597c9
commit
4ad3e162a7
@@ -286,7 +286,8 @@
|
||||
},
|
||||
"ERROR": {
|
||||
"LOAD_PROCESS_DEFS": "Couldn't load process definitions, check you have access.",
|
||||
"START": "Couldn't start new process instance, check you have access."
|
||||
"START": "Couldn't start new process instance, check you have access.",
|
||||
"MAXIMUM_LENGTH": "Length exceeded, {{characters}} characters max."
|
||||
}
|
||||
},
|
||||
"PROCESS-ATTACHMENT": {
|
||||
|
||||
Reference in New Issue
Block a user