Changes for page Dunca2Duncan
Last modified by Alexandru Colesnicov on 2018/11/09 17:47
edited by Alexandru Colesnicov
on 2018/11/09 17:06
on 2018/11/09 17:06
edited by Alexandru Colesnicov
on 2018/11/09 17:07
on 2018/11/09 17:07
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -2,7 +2,7 @@ 2 2 3 3 #set($class="Duncan1.Code.GDataClass") 4 4 #set($template="Duncan1.Code.GDataTemplate") 5 - #set($xwlquery="from doc.object($class) as obj where doc.fullName <> '$template' order by o bj.date desc")5 + #set($xwlquery="from doc.object($class) as obj where doc.fullName <> '$template' order by doc.date desc") 6 6 #set($list=$services.query.xwql($xwlquery).execute()) 7 7 8 8 $list.size() ... ... @@ -9,7 +9,7 @@ 9 9 10 10 #set($class="Duncan1.Dunca") 11 11 #set($template="Duncan1.Code.GDataTemplate") 12 - #set($xwlquery="from doc.object($class) as obj where doc.fullName <> '$template' order by o bj.date desc")12 + #set($xwlquery="from doc.object($class) as obj where doc.fullName <> '$template' order by doc.date desc") 13 13 #set($list=$services.query.xwql($xwlquery).execute()) 14 14 15 15 $list.size()