task_20210 #1

Closed
francesco.mangiacrapa wants to merge 11 commits from task_20210 into master
5 changed files with 5 additions and 10 deletions
Showing only changes of commit 406bb94f8a - Show all commits

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/geoportal-data-entry-app-1.0.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/geoportal-data-entry-app-1.0.1-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>

View File

@ -1,5 +1,5 @@
eclipse.preferences.version=1
jarsExcludedFromWebInfLib=
lastWarOutDir=/home/francesco/git/geoportal-data-entry-app/target/geoportal-data-entry-app-1.0.0-SNAPSHOT
lastWarOutDir=/home/francescomangiacrapa/git/geoportal-data-entry-app/target/geoportal-data-entry-app-1.0.1-SNAPSHOT
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

View File

@ -77,9 +77,6 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="metadata-profile-form-builder-widget-1.0.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/metadata-profile-form-builder-widget/metadata-profile-form-builder-widget">
<dependency-type>uses</dependency-type>
</dependent-module>

View File

@ -234,10 +234,8 @@ public class GeoPortalDataEntryApp implements EntryPoint {
@Override
public void onSuccess(CommitReport result) {
try {
modal.remove(loader);
}catch (Exception e) {
}
modalContainerPanel.clear();
modal.setCloseVisible(true);
Alert alert = new Alert(result.getMsg());
switch (result.getState()) {
case OK:

View File

@ -133,7 +133,7 @@ public class GeonaDataEntryMainForm extends Composite {
}
private void showAlertOnSaveAction(String text, AlertType type, boolean hideAfterAWhile){
public void showAlertOnSaveAction(String text, AlertType type, boolean hideAfterAWhile){
//Window.alert("Called alertOnCreate");
alertFormAction.setText(text);