unique validation has to work on the model to have the correct snapshot of the data

This commit is contained in:
2016-08-09 20:58:16 +02:00
parent b79a20201e
commit c7873ef0ba
6 changed files with 65 additions and 16 deletions

View File

@@ -52,7 +52,8 @@ validation.message.min.length = has not min length of {0}
validation.message.max.length = has not max length of {0}
validation.message.date.format = is not a date of format {0}
validation.message.regexp = does not match {0}
validation.message.uniqueness = value {0} is not unique (found in line {1})
validation.message.uniqueness.multiple = value {0} is not unique (found in rows {1})
validation.message.uniqueness.single = value {0} is not unique (found in row {1})
validation.message.header.length = number of headers is not correct! there are {0} but there should be {1}
validation.message.header.match = header number {0} does not match "{1}" should be "{2}"