Skip to content

Commit

Permalink
SHQ16-1346 make address fields not mandatory and include region for s…
Browse files Browse the repository at this point in the history
…upport for text field region
  • Loading branch information
wsagen committed Aug 2, 2016
2 parents 97df931 + 74968a4 commit 3ff9736
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [20.0.4] - 2016-08-01
### Added
- M2-19 modified js validation

## [20.0.5] - 2016-08-02
### Added
- SHQ16-1346 make address fields not mandatory and include region for support for text field region
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ define(
'required': true
},
'region_id' : {
'required': true
'required': false
},
'city' : {
'required': true
'required': false
}
};
}
Expand Down

0 comments on commit 3ff9736

Please sign in to comment.