summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html')
-rw-r--r--catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html
index aa4277c004..3ac9328487 100644
--- a/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html
+++ b/catalog-ui/src/app/ng2/pages/interface-operation/operation-creator/param-row/param-row.component.html
@@ -39,7 +39,7 @@
<div class="cell field-property" *ngIf="isInputParam">
<select
- *ngIf="filteredInputProps.length || !isAssociateWorkflow"
+ *ngIf="filteredInputProps.length || operationOutputCats.length || !isAssociateWorkflow"
[(ngModel)]="param.inputId"
(change)="onChangeProperty($event)"
[ngClass]="{'disabled': readonly}"
@@ -60,7 +60,7 @@
</optgroup>
</select>
<span
- *ngIf="!filteredInputProps.length && isAssociateWorkflow"
+ *ngIf="!filteredInputProps.length && !operationOutputCats.length && isAssociateWorkflow"
class="no-properties-error">
{{ 'PARAM_NONE_OF_TYPE' | translate }}
</span>