fix bug [SDC-2316] - Unable to select a type from Operation screen when using Capabil...
[sdc.git] / catalog-ui / src / app / ng2 / pages / interface-operation / operation-creator / param-row / param-row.component.ts
index c18fb82..d32edc7 100644 (file)
@@ -47,7 +47,11 @@ export class ParamRowComponent {
                         _.reduce(
                             this.operationOutputs,
                             (acc, op) => [...acc, ...op.outputs.listToscaDataDefinition],
-                        [])
+                            []),
+                        _.reduce(
+                            this.capabilitiesProps,
+                            (acc, capab) => [...acc, ...capab.properties],
+                            [])
                     ),
                     prop => prop.type
                 )