Error syntax
xzure opened this issue · 0 comments
xzure commented
In /cloud/model.js
line 22 states the field should be longer than max_length
, rather than shorter.
Line 21 - 23:
if (spec.max_length && value.length > spec.max_length) {
return name + ' must be at least ' + value.length + ' characters long.';
}