Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,8 +1,8 @@ 1 1 {{velocity}} 2 2 #set ($spaceReferenceString = 'Collabs') 3 -#set ($query = $services.query.xwql(" from doc.object(Apps.Collab.Code.CollabClass) as objwhere doc.space like :space"))3 +#set ($query = $services.query.xwql("where doc.space like :space")) 4 4 #set ($query = $query.bindValue('space').literal("${spaceReferenceString}.").anyChars().query()) 5 - #$query.execute()5 +$query.execute() 6 6 7 7 8 8 {{/velocity}}