update from RIFT as of 696b75d2fe9fb046261b08c616f1bcf6c0b54a9b third try
[osm/UI.git] / skyquake / plugins / composer / src / src / libraries / model / descriptors / ConnectionPoint.js
index 7d07571..409c221 100644 (file)
@@ -45,8 +45,8 @@ export default class ConnectionPoint extends DescriptorModel {
                return 'vnfd.' + ConnectionPoint.type;
        }
 
-       constructor(model, parent) {
-               super(model, parent);
+       constructor(model, parent, readonly) {
+               super(model, parent, readonly);
                this.type = ConnectionPoint.type;
                this.uiState['qualified-type'] = ConnectionPoint.qualifiedType;
                this.className = 'VirtualNetworkFunctionConnectionPoint';