Changes for page All Journals & Series

From version 17.1
edited by Andrea Omicini
on 11/07/2023 18:34
Change comment: There is no comment for this version
To version 18.1
edited by Andrea Omicini
on 11/07/2023 18:36
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,7 +1,7 @@
1 1  {{velocity}}
2 2  {{html wiki="true" clean="false"}}
3 3  #template('apice_macros.vm')
4 -#objectspace()
4 +#setobjectspace("Journals")
5 5  #template('apice_journal_macros.vm')
6 6  ## query
7 7  #set( $sql = ", BaseObject as obj, StringProperty as prop where obj.name = doc.fullName and obj.className = '${mainSpace}.Class' and obj.name <> '${objectPool}.Template' and prop.id.id = obj.id and prop.name = 'acronym' order by prop.value asc" )