mirror of
https://github.com/astaxie/beego.git
synced 2024-11-25 21:11:29 +00:00
Merge pull request #1096 from byrnedo/develop
Set ErrorsMap to nil in Validation.Clear function
This commit is contained in:
commit
cdf9ff401f
@ -107,6 +107,7 @@ type Validation struct {
|
||||
// Clean all ValidationError.
|
||||
func (v *Validation) Clear() {
|
||||
v.Errors = []*ValidationError{}
|
||||
v.ErrorsMap = nil
|
||||
}
|
||||
|
||||
// Has ValidationError nor not.
|
||||
|
Loading…
Reference in New Issue
Block a user