-
Notifications
You must be signed in to change notification settings - Fork 379
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
Returning error details instead only the error message in group.errors #226
base: master
Are you sure you want to change the base?
Commits on Jun 27, 2012
-
Validatable observables get an additional property errorDetails
which does not only contain the message but also the rule, the params and the observable itself (to have access to it on grouping).
delixfe committedJun 27, 2012 Configuration menu - View commit details
-
Copy full SHA for b28c958 - Browse repository at this point
Copy the full SHA b28c958View commit details
Commits on Jun 28, 2012
-
Added new option 'errorDetails' to grouping configuration.
If errorDetails is truthy then errorDetails objects are returned instead of plain error messages.
delixfe committedJun 28, 2012 Configuration menu - View commit details
-
Copy full SHA for 4bc55f3 - Browse repository at this point
Copy the full SHA 4bc55f3View commit details
Commits on Aug 29, 2012
-
Merge branch 'master' into ErrorDetail
Conflicts: Src/knockout.validation.js Tests/validation-tests.js
delixfe committedAug 29, 2012 Configuration menu - View commit details
-
Copy full SHA for 52063bf - Browse repository at this point
Copy the full SHA 52063bfView commit details
Commits on Aug 30, 2012
-
Merge branch 'master' into ErrorDetail
Conflicts: Src/knockout.validation.js
delixfe committedAug 30, 2012 Configuration menu - View commit details
-
Copy full SHA for 26515f6 - Browse repository at this point
Copy the full SHA 26515f6View commit details
Commits on Nov 23, 2012
-
ErrorDetails have to be enabled explictly via option 'enableErrorDeta…
…ils'
delixfe committedNov 23, 2012 Configuration menu - View commit details
-
Copy full SHA for 9b68bc2 - Browse repository at this point
Copy the full SHA 9b68bc2View commit details -
enableErrorDetails was not checked correctly.
delixfe committedNov 23, 2012 Configuration menu - View commit details
-
Copy full SHA for c00d1e5 - Browse repository at this point
Copy the full SHA c00d1e5View commit details
Commits on Nov 26, 2012
-
Changed the order in validateSync and validateAsync
because otherwise the call to observable.__valid__(isValid) triggers the reevaluation of computeds before errorDetails is written.
delixfe committedNov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for e643e66 - Browse repository at this point
Copy the full SHA e643e66View commit details -
delixfe committed
Nov 26, 2012 Configuration menu - View commit details
-
Copy full SHA for 7bd7a10 - Browse repository at this point
Copy the full SHA 7bd7a10View commit details
Commits on Dec 3, 2012
-
Merge branch 'master' into ErrorDetail
delixfe committedDec 3, 2012 Configuration menu - View commit details
-
Copy full SHA for d9930df - Browse repository at this point
Copy the full SHA d9930dfView commit details -
delixfe committed
Dec 3, 2012 Configuration menu - View commit details
-
Copy full SHA for 3ad368f - Browse repository at this point
Copy the full SHA 3ad368fView commit details -
Properties of errorDetails are observable (except for observable).
To solve the problem of going from one invalid state to the next not updating lists bound to errorDetails.
delixfe committedDec 3, 2012 Configuration menu - View commit details
-
Copy full SHA for f763c0c - Browse repository at this point
Copy the full SHA f763c0cView commit details -
Dispose errorDetails properties.
delixfe committedDec 3, 2012 Configuration menu - View commit details
-
Copy full SHA for e8cf78f - Browse repository at this point
Copy the full SHA e8cf78fView commit details