minor fix when custom fields are created
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/widgets/ckan-metadata-publisher-widget@131361 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c393e798b2
commit
095bbe77d7
|
@ -739,6 +739,7 @@ public class CreateDatasetForm extends Composite{
|
||||||
|
|
||||||
String key = customEntry.getKey();
|
String key = customEntry.getKey();
|
||||||
String value = customEntry.getValue();
|
String value = customEntry.getValue();
|
||||||
|
if(value != null && !value.isEmpty())
|
||||||
customFieldsMap.put(key, value);
|
customFieldsMap.put(key, value);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue