This commit is contained in:
Fabio Sinibaldi 2019-06-24 10:28:17 +00:00
parent c7e1990b19
commit dec6825021
1 changed files with 1 additions and 1 deletions

View File

@ -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():""),