Fix cannot set instance property 74/134974/2
authorMichaelMorris <michael.morris@est.tech>
Mon, 19 Jun 2023 14:21:06 +0000 (15:21 +0100)
committerVasyl Razinkov <vasyl.razinkov@est.tech>
Tue, 20 Jun 2023 10:48:11 +0000 (10:48 +0000)
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-4543
Change-Id: I9d98429b2fa9ff2d897a35551d89b9fc3e5cfd48

catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.ts

index 834f28e..b6abb78 100644 (file)
@@ -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;