Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@97942 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
40233c1d02
commit
cc9cbe61b0
|
@ -863,7 +863,7 @@ public class ChangeColumnTypePanel extends FramedPanel implements
|
|||
.getCurrentValue();
|
||||
if (columnReference != null) {
|
||||
ColumnMappingList mapping = comboColumnMapping
|
||||
.getCurrentValue();
|
||||
.getValue();
|
||||
if (mapping != null) {
|
||||
changeColumnTypeSession
|
||||
.setColumnMappingList(mapping);
|
||||
|
|
Loading…
Reference in New Issue