X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fscl%2FSimantics%2FQuery.scl;h=7e0aeb77b647bda42bcd83d5c5aa5769b4a8869f;hb=0f7642b3bd653687a880733e4673b450e3612c6c;hp=d2809ff65d51219dd8a15c4f1cb3ea1fd0347988;hpb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.modeling/scl/Simantics/Query.scl b/bundles/org.simantics.modeling/scl/Simantics/Query.scl index d2809ff65..7e0aeb77b 100644 --- a/bundles/org.simantics.modeling/scl/Simantics/Query.scl +++ b/bundles/org.simantics.modeling/scl/Simantics/Query.scl @@ -37,7 +37,7 @@ createSCLQueryType library name = do queryType = newResource () claim queryType L0.Inherits MOD.SCLQuery claimRelatedValue queryType L0.HasName name - claimAssertion MOD.SCLQuery.values $ createSCLValueIndependent MOD.SCLQuery.Value "[]" + claimAssertion queryType MOD.SCLQuery.values $ createSCLValueIndependent MOD.SCLQuery.Value "[]" claim queryType L0.PartOf library addCommentMetadata ("Created SCL Query Type " + name) queryType