Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [3.0.0](v2.7.1...v3.0.0) (2021-09-28) ### Bug Fixes * **building:** add default building entrance and street validation ([74b1a5b](74b1a5b)) * **building:** make default building entrance editable ([1ca2c4e](1ca2c4e)) * **controllers/import:** reset query params while fetching caluma data ([d56ac06](d56ac06)) * **data-import:** pass instanceId to import functions ([eacdc4f](eacdc4f)) * **import:** ignore null values in import data ([ab7df83](ab7df83)) * **model-form:** ensure date values are reset on model update ([b73d6a5](b73d6a5)) * **project:** correct confirmation dialog modal container ([1bd5be9](1bd5be9)) * **project:** fix client identification template ([9c50743](9c50743)) * **project:** replace non-realisation date with cancellation date ([bca5f83](bca5f83)) * **project/new:** extend new route from form route ([e2837d3](e2837d3)) * **translations:** use a conciser word for cancel to reject a import value ([1ea1a8e](1ea1a8e)) * **ui:** render tooltips in correct application container ([65f5265](65f5265)) ### Code Refactoring * **modal-container:** make the modal container configurable via config-service ([328fdd8](328fdd8)) ### Features * **building:** enable building entrance deactivation ([6840c4a](6840c4a)) * add import for buildings, entrances & dwellings ([9c80eca](9c80eca)) * **import:** implement import-modal for dwelling, entrances and buildings ([10db43c](10db43c)) ### BREAKING CHANGES * **modal-container:** To keep the previous behavior of modals, `modalContainer` now needs to be set to a valid dom-selector in the gwr config service. Example: `modalContainer = "#my-modal-div"`
- Loading branch information