git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-publishing/gCat-Feeder-Suite@179967 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c7e1990b19
commit
dec6825021
|
@ -59,7 +59,7 @@ public class GCatModel implements CatalogueFormatData {
|
|||
|
||||
|
||||
for(Parameter param: desc.getOutputParameters())
|
||||
item.getExtras().add(new CKanExtraField(profileID+":Input Parameter",
|
||||
item.getExtras().add(new CKanExtraField(profileID+":Output Parameter",
|
||||
String.format("%1$s [%2$s] %3$s : %4$s",
|
||||
param.getName(),param.getType(),
|
||||
((param.getValue()!=null&&!param.getValue().isEmpty())?"default : "+param.getValue():""),
|
||||
|
|
Loading…
Reference in New Issue