Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@96310 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
246880a45d
commit
5c696b1227
|
@ -78,7 +78,7 @@ public class ExtractCodelistOperationMap {
|
||||||
defNewColumn.getLocaleName());
|
defNewColumn.getLocaleName());
|
||||||
metadata.add(dataLocaleMetadata);
|
metadata.add(dataLocaleMetadata);
|
||||||
}
|
}
|
||||||
if(defNewColumn.getLabel()==null&&!defNewColumn.getLabel().isEmpty()){
|
if(defNewColumn.getLabel()!=null&&!defNewColumn.getLabel().isEmpty()){
|
||||||
String label=defNewColumn.getLabel();
|
String label=defNewColumn.getLabel();
|
||||||
List<LocalizedText> texts=new ArrayList<LocalizedText>();
|
List<LocalizedText> texts=new ArrayList<LocalizedText>();
|
||||||
texts.add(new ImmutableLocalizedText(label));
|
texts.add(new ImmutableLocalizedText(label));
|
||||||
|
|
Loading…
Reference in New Issue