Revert "RIFT-15245: Vnfd-id edit in VNF composer behaves strangely"
[osm/UI.git] / skyquake / plugins / composer / src / src / components / EditDescriptorModelProperties.js
index d04dddf..4ee4345 100644 (file)
@@ -178,8 +178,8 @@ export default function EditDescriptorModelProperties(props) {
                let catalogs = cds.getTransientCatalogs();
 
                const name = path.join('.');
                let catalogs = cds.getTransientCatalogs();
 
                const name = path.join('.');
+               const isEditable = true;
                const isGuid = Property.isGuid(property);
                const isGuid = Property.isGuid(property);
-               const isEditable = isGuid;
                const onChange = onFormFieldValueChanged.bind(container);
                const isEnumeration = Property.isEnumeration(property);
                const isLeafRef = Property.isLeafRef(property);
                const onChange = onFormFieldValueChanged.bind(container);
                const isEnumeration = Property.isEnumeration(property);
                const isLeafRef = Property.isLeafRef(property);