From 621ddb5d4ae8a3c359835a103a0143d50ed20980 Mon Sep 17 00:00:00 2001 From: pogi7 Date: Tue, 19 Mar 2024 13:09:45 -0700 Subject: [PATCH] fix small bug in 'iri' in general property sheets Signed-off-by: pogi7 --- src/vision/viewpoints/properties/propertyLayouts.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vision/viewpoints/properties/propertyLayouts.json b/src/vision/viewpoints/properties/propertyLayouts.json index f4deebd..03c3f9a 100644 --- a/src/vision/viewpoints/properties/propertyLayouts.json +++ b/src/vision/viewpoints/properties/propertyLayouts.json @@ -28,7 +28,7 @@ }, { "type": "text", - "id": "aIri", + "id": "anyIri", "label": "IRI", "readOnly": true, "helpExpression": "This is the model-assigned element identifier. Every model element has this unique identifier"