diff options
Diffstat (limited to 'catalog-ui')
-rw-r--r-- | catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts index 834f28ed27..b6abb78788 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts @@ -309,7 +309,7 @@ export class PropertiesAssignmentComponent { } disablePropertyValue = () : boolean => { - if (this.component.isService() && this.doNotExtendBaseType){ + if (this.component.isService() && this.doNotExtendBaseType && this.isSelf()){ return true; } return false; |