incremented width. Fixed abstract ita/eng

This commit is contained in:
Francesco Mangiacrapa 2021-01-26 14:56:47 +01:00
parent 6734edf04e
commit 0be83c5bdb
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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