Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Error syntax #9

Open
xzure opened this issue May 31, 2014 · 0 comments
Open

Error syntax #9

xzure opened this issue May 31, 2014 · 0 comments

Comments

@xzure
Copy link

xzure commented May 31, 2014

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.';
  }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant