X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.modeling%2Fscl%2FSimantics%2FQuery.scl;h=7e0aeb77b647bda42bcd83d5c5aa5769b4a8869f;hp=d2809ff65d51219dd8a15c4f1cb3ea1fd0347988;hb=52b3c02e20d817f124f9024bd3f40518d19cbe94;hpb=b50d1ae1caae9706ebc9e24ce36bf1dfa5d6915f 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