Skip to content

Commit

Permalink
Merge pull request #35 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
Release 1.3.0
  • Loading branch information
yannickkuypers authored Feb 28, 2022
2 parents 2d7f6a4 + 432764d commit 3421b41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CrabZoomer.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ define([
if (location.region && location.region.id === '1') {
domUtils.setSelectedOptions(this.gewestSelect, ['1']);
this._gewestChangeWithNoProvince();
this._setMunicipality(location.municipality.id);
this._setMunicipality(location.municipality.niscode);
return;
}

Expand Down Expand Up @@ -413,7 +413,7 @@ define([
// console.debug('CrabZoomer::_fillMunicipalitySelect', data);
domUtils.addSelectOptions(this.municipalitySelect, {
data: data,
idProperty: 'id',
idProperty: 'niscode',
labelProperty: 'naam',
placeholder: 'Kies een gemeente'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "crabpy_dojo",
"description": "A lightweight widget designed for crabpy_pyramid",
"keywords": ["JavaScript", "Dojo", "Widget", "crabpy"],
"version": "1.2.0",
"version": "1.3.0",
"repository": {
"type":"git",
"url":"https://github.com/OnroerendErfgoed/crabpy_dojo"
Expand Down

0 comments on commit 3421b41

Please sign in to comment.