incremented width. Fixed abstract ita/eng

Feature_20435
Francesco Mangiacrapa 3 years ago
parent 6734edf04e
commit 0be83c5bdb

@ -220,7 +220,7 @@ public class GeoPortalDataEntryApp implements EntryPoint {
modal.setCloseVisible(false);
modal.setTitle("Saving project...");
modal.hide(false);
modal.setWidth(600);
modal.setWidth(800);
modal.setMaxHeigth("650px");
final VerticalPanel modalContainerPanel = new VerticalPanel();
final LoaderIcon loader = new LoaderIcon();

@ -238,7 +238,7 @@ public class ConvertToServiceModel {
List<String> abstractLstEng = mapFields.get("Abstract in Inglese");
if(abstractLstEng!=null && abstractLstEng.size()>0) {
relazioneScavo.setAbstractEng(abstractLstIta.get(0));
relazioneScavo.setAbstractEng(abstractLstEng.get(0));
}
//TODO IN FUTURE WHEN THE MODEL WILL BE UPDATED

Loading…
Cancel
Save