Changes for page Per Status

From version 79.1
edited by Andrea Omicini
on 03/01/2023 00:08
Change comment: There is no comment for this version
To version 80.1
edited by Andrea Omicini
on 03/01/2023 00:09
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -81,7 +81,6 @@
81 81   #set( $statusList = [$statusPar] )
82 82   #end
83 83  #end
84 -$statusList
85 85  ##
86 86  ## query to structures
87 87  #set( $pubMap = {} )
... ... @@ -91,12 +91,12 @@
91 91   #set( $where = "obj.name = doc.fullName and obj.className = '${objectSpace}.${objectClass}' and obj.name <> '${objectSpace}.${objectTemplate}' and prop0.id.id = obj.id and prop1.id.id = obj.id and prop2.id.id = obj.id and prop0.name = 'author' and prop1.name = 'editor' and ( prop0.value like '$userString' or ( prop0.value = '' and prop1.value like '$userString' ) ) and prop2.name = 'status' and prop2.value = '$status'" )
92 92   #set( $sql = $from + " where " + $where )
93 93   #set( $pubFound = $xwiki.searchDocuments($sql) )
94 -$pubFound.size()
95 95   #if( $pubStatusNo > 0 )
96 96   #set( $pubMap[$status] = $pubFound )
97 97   #set( $pubNo = $pubNo + $pubStatusNo )
98 98   #end
99 99  #end
98 +$pubMap
100 100  ## output results
101 101  ## page subtitle
102 102  {{id name="top"/}}