Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-table-widget@111823 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8630c3d289
commit
1ba26b4071
|
@ -110,7 +110,12 @@ public class GeospatialCreateCoordinatesPanel extends FramedPanel implements
|
|||
storeComboLongitude.commitChanges();
|
||||
comboLongitude.reset();
|
||||
comboLongitude.clear();
|
||||
|
||||
if (gsCoordinatesType != null) {
|
||||
comboGsCoordinatesType.setValue(gsCoordinatesType);
|
||||
}
|
||||
|
||||
onResize();
|
||||
forceLayout();
|
||||
|
||||
}
|
||||
|
@ -433,8 +438,11 @@ public class GeospatialCreateCoordinatesPanel extends FramedPanel implements
|
|||
|
||||
}
|
||||
|
||||
public void update(TRId trId) {
|
||||
public void update(TRId trId, RequestProperties requestProperties) {
|
||||
this.trId = trId;
|
||||
this.gsCoordinatesType = (GeospatialCoordinatesType) requestProperties
|
||||
.getMap().get(RequestPropertiesParameterType.Coordinates);
|
||||
|
||||
retrieveColumns();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue