diff --git a/CHANGELOG.md b/CHANGELOG.md index cfbe530..d1812b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [0.9.0] - 2019-07-03 +## [0.9.0] - 2019-07-08 ### Added - `DataImportAPI` which provides an API of the application component for the core module. It allows to import FileDescriptor instances. diff --git a/modules/web/src/de/diedavids/cuba/dataimport/web/importwizard/ImportWithImportConfigurationWizard.groovy b/modules/web/src/de/diedavids/cuba/dataimport/web/importwizard/ImportWithImportConfigurationWizard.groovy index 6a90b4b..3faddfe 100644 --- a/modules/web/src/de/diedavids/cuba/dataimport/web/importwizard/ImportWithImportConfigurationWizard.groovy +++ b/modules/web/src/de/diedavids/cuba/dataimport/web/importwizard/ImportWithImportConfigurationWizard.groovy @@ -1,6 +1,6 @@ package de.diedavids.cuba.dataimport.web.importwizard -import com.haulmont.cuba.core.global.CommitContext + import com.haulmont.cuba.core.global.DataManager import com.haulmont.cuba.gui.UiComponents import com.haulmont.cuba.gui.components.*