commit | 2877eedcc049de2509bad6030ccbf50175bc02cc | [log] [tgz] |
---|---|---|
author | MichaelMorris <michael.morris@est.tech> | Mon Jun 19 15:21:06 2023 +0100 |
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | Tue Jun 20 10:48:11 2023 +0000 |
tree | 36fe8a1009a12a5f67808dc1959ae3ae4acd06a2 | |
parent | a622b7fe17a94698c1d242772d5d1b1d48761a29 [diff] |
Fix cannot set instance property Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4543 Change-Id: I9d98429b2fa9ff2d897a35551d89b9fc3e5cfd48
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 834f28e..b6abb78 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 @@ } disablePropertyValue = () : boolean => { - if (this.component.isService() && this.doNotExtendBaseType){ + if (this.component.isService() && this.doNotExtendBaseType && this.isSelf()){ return true; } return false;