update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / libraries / model / descriptors / ConstituentVnfdConnectionPoint.js
index 5596ffd..adaedc6 100644 (file)
@@ -25,8 +25,8 @@ import ConnectionPoint from './ConnectionPoint'
 
 export default class ConstituentVnfdConnectionPoint extends ConnectionPoint {
 
 
 export default class ConstituentVnfdConnectionPoint extends ConnectionPoint {
 
-       constructor(model, parent) {
-               super(model, parent);
+       constructor(model, parent, readonly) {
+               super(model, parent, readonly);
                this.uid = parent.uid + this.key;
        }
 
                this.uid = parent.uid + this.key;
        }