This commit is contained in:
@@ -5,13 +5,6 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQ3NTgwMzg2IiwiZXhwIjoi
|
||||
|
||||
## IMMEDIATE ITEMS
|
||||
|
||||
NEXT: ADD **ALL** apiErrorCodes to localized text docs, some new ones added are missing, specifically:
|
||||
VALIDATION_CUSTOM_REQUIRED_EMPTY = 2204,
|
||||
VALIDATION_MISSING_PROPERTY = 2205,
|
||||
VALIDATION_NOT_UNIQUE = 2206,
|
||||
VALIDATION_STARTDATE_AFTER_ENDDATE = 2207,
|
||||
VALIDATION_REFERENTIAL_INTEGRITY = 2208,
|
||||
VALIDATION_NOT_CHANGEABLE = 2209
|
||||
|
||||
|
||||
Need a sprint to get to a fully testable client with entry form, list and as much as possible all features from COMMON-* specs list
|
||||
|
||||
@@ -1569,5 +1569,5 @@
|
||||
"ErrorAPI2206":"Muss einzigartig sein",
|
||||
"ErrorAPI2207":"Das Startdatum muss vor dem Enddatum liegen",
|
||||
"ErrorAPI2208":"Dieses Objekt ist mit anderen verknüpft und kann auf diese Weise nicht geändert werden",
|
||||
"ErrorAPI2209":"This value is fixed"
|
||||
"ErrorAPI2209":"Dieser Wert kann nicht geändert werden"
|
||||
}
|
||||
|
||||
@@ -1568,7 +1568,7 @@
|
||||
"ErrorAPI2206":"Must be unique",
|
||||
"ErrorAPI2207":"Start date must be before end date",
|
||||
"ErrorAPI2208":"This object is linked to others and can not be changed this way",
|
||||
"ErrorAPI2209":"This value is fixed"
|
||||
"ErrorAPI2209":"This value cannot be changed"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1569,5 +1569,5 @@
|
||||
"ErrorAPI2206":"Debe ser único",
|
||||
"ErrorAPI2207":"La fecha de inicio debe ser anterior a la fecha de finalización",
|
||||
"ErrorAPI2208":"Este objeto está vinculado a otros y no puede ser cambiado de esta manera",
|
||||
"ErrorAPI2209":"This value is fixed"
|
||||
"ErrorAPI2209":"Este valor no puede ser cambiado"
|
||||
}
|
||||
@@ -1568,5 +1568,5 @@
|
||||
"ErrorAPI2206":"Doit être unique",
|
||||
"ErrorAPI2207":"La date de début doit être antérieure à la date de fin",
|
||||
"ErrorAPI2208":"Cet objet est lié à d'autres et ne peut pas être modifié de cette façon",
|
||||
"ErrorAPI2209":"This value is fixed"
|
||||
"ErrorAPI2209":"Cette valeur ne peut pas être changée"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user