task_20210 #1

Closed
francesco.mangiacrapa wants to merge 11 commits from task_20210 into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 3c3013e370 - Show all commits

View File

@ -241,6 +241,7 @@ public class GeoPortalDataEntryApp implements EntryPoint {
case OK:
alert.setType(AlertType.SUCCESS);
projectSavedWithSuccess = true;
geoNaMainForm.showAlertOnSaveAction(result.getMsg(), AlertType.SUCCESS, true);
purgeFileUploaded();
break;
case WARN: