validations
validations copied to clipboard
recurse when errors are govalidator.Errors inside govalidator.Errors
This fixes #4
Sorry for bothering you @jinzhu , but could you kindly check this PR? (It seems you have merged PRs of this repo)
I faced the same problem when I tried to save the data including nesting twice on QOR Admin.
And actually this commit prevents panic and shows the appropriate message.
Without this fix, it causes panic and shows just "error" to the user.
Please get this commited, I'm also having this issue with nested data.