X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-ui%2Fsrc%2Fapp%2Fng2%2Fpages%2Ftype-workspace%2Ftype-workspace-properties%2Ftype-workspace-properties.component.ts;h=f53ad5b3761419fa06bfab38bc9b109d69889860;hb=7457ecefb624682f6dddc558111b1d38f2a2ca83;hp=90bc89ae080a9f186d09d5aef6e1cc6afbf2dd17;hpb=3da7d9867ab91b58f2a765d24731b45a3f43841c;p=sdc.git diff --git a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts index 90bc89ae08..f53ad5b376 100644 --- a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts +++ b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace-properties/type-workspace-properties.component.ts @@ -173,7 +173,8 @@ export class TypeWorkspacePropertiesComponent implements OnInit { this.modalService.addDynamicContentToModalAndBindInputs(modal, AddPropertyComponent, { 'readOnly': readOnly, - 'property': property + 'property': property, + 'model': this.dataType.model }); modal.instance.dynamicContent.instance.onValidityChange.subscribe((validationEvent: PropertyValidationEvent) => { disableSaveButtonFlag = !validationEvent.isValid;