Giter VIP home page Giter VIP logo

Comments (9)

lykmapipo avatar lykmapipo commented on May 28, 2024

hi @slavafomin

Custom validation messages are available in error.Errors. Try to use that and see if its working.

Hope it helps.

from sails-hook-validation.

Shkryob avatar Shkryob commented on May 28, 2024

It doesn't work for me too. I have changed error.ValidationError to error.invalidAttributes and that helped. I can't understand this behavior because there is a getter for ValidationError https://github.com/balderdashy/waterline/blob/master/lib/waterline/error/WLValidationError.js#L132

from sails-hook-validation.

lykmapipo avatar lykmapipo commented on May 28, 2024

@Shkryob & @slavafomin

sails-hook-validation works by adding custom errors message in error.Errors. It also requires you to define i18n files or custom validation messages.

Try to check Sample model and i18n files.

Hope it helps.

from sails-hook-validation.

Shkryob avatar Shkryob commented on May 28, 2024

@lykmapipo ok probably I was not clear. I have changed ValidationError to invalidAttributes in plugin's code, not in my code. Please see #22
I believe this changes are relevant because ValidationError is deprecated in Sails anyway (https://github.com/balderdashy/waterline/blob/master/lib/waterline/error/WLValidationError.js#L132)

from sails-hook-validation.

lykmapipo avatar lykmapipo commented on May 28, 2024

@Shkryob

Which sails version you using?

from sails-hook-validation.

Shkryob avatar Shkryob commented on May 28, 2024

@lykmapipo I am using Sails 0.11.0

from sails-hook-validation.

Clan-Utility avatar Clan-Utility commented on May 28, 2024

Not working for me either.

TypeError: undefined is not a function
at grabLocale (...node_modules/sails-hook-validation/index.js:73:63)
at routeTargetFnWrapper (...node_modules/sails/lib/router/bind.js:179:5)
at callbacks (...node_modules/sails/node_modules/express/lib/router/index.js:164:37)

Does the hook require to set validationMessages for all the models?

from sails-hook-validation.

lykmapipo avatar lykmapipo commented on May 28, 2024

@Clan-Utility

Based on its purpose. Its YES

from sails-hook-validation.

lykmapipo avatar lykmapipo commented on May 28, 2024

@Shkryob

👍

@Clan-Utility @slavafomin checkout v0.4.3

from sails-hook-validation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.