Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add prioritization of configured error message over remote result. #547

Closed
wants to merge 8 commits into from

Commits on Nov 12, 2012

  1. If the error message for a field starts with an !, use it (without th…

    …e !) instead of the result
    
    from the remote call.
    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    ed6b96e View commit details
    Browse the repository at this point in the history
  2. Actually works now, misunderstood how the match function worked in JS.

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    c649716 View commit details
    Browse the repository at this point in the history
  3. Get rid of debugger call

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    6fa793c View commit details
    Browse the repository at this point in the history
  4. Added semicolon as per travis-ci

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    aa303b9 View commit details
    Browse the repository at this point in the history
  5. Added appropriate unit tests and validated that the defaultMessage ha…

    …s what it needs.
    root committed Nov 12, 2012
    Copy the full SHA
    6b6c0c3 View commit details
    Browse the repository at this point in the history
  6. Fixed test/methods.js which i screwed up earlier.

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    c634a12 View commit details
    Browse the repository at this point in the history
  7. Fixed spacing issues.

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    8693a0b View commit details
    Browse the repository at this point in the history
  8. Fixed syntax error

    Eduardo Arino de la Rubia committed Nov 12, 2012
    Copy the full SHA
    1abbdb5 View commit details
    Browse the repository at this point in the history