From 41736ad32e06490bbf5d32a3b2a0db8b2679ff99 Mon Sep 17 00:00:00 2001 From: jsimomaa Date: Wed, 1 Nov 2017 09:48:36 +0200 Subject: [PATCH] Fixing wrong value types refs #7575 Change-Id: I53f96c6e0e5189df524cf20ef65f9d02ed4c9693 --- .../graph/Properties.pgraph | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph index e1cf07711..d502e3d2f 100644 --- a/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph +++ b/bundles/org.simantics.document.base.ontology/graph/Properties.pgraph @@ -55,11 +55,11 @@ PROPERTIES.primitiveProperties "String" PROPERTIES.exists - @defAttribute L0.Boolean + @defAttribute L0.Value L0.RequiresValueType "Boolean" PROPERTIES.pathExists - @defAttribute L0.Boolean + @defAttribute L0.Value L0.RequiresValueType "Boolean" PROPERTIES.commands @@ -78,28 +78,28 @@ PROPERTIES.SCLFunction : PROPERTIES.ParameterType L0.HasLabel "SCL Function" PROPERTIES.target : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target" PROPERTIES.hyperlinkTarget : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Target type (optional)" PROPERTIES.targets : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Targets" PROPERTIES.source : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.String + @PROPERTIES.defAttribute L0.Value L0.RequiresValueType "String" L0.HasLabel "Source" PROPERTIES.sources : PROPERTIES.ParameterType - @PROPERTIES.defAttribute L0.StringArray - L0.RequiresValueType "Array String" + @PROPERTIES.defAttribute L0.Value + L0.RequiresValueType "[String]" L0.HasLabel "Sources" PROPERTIES.ParameterType