Changes for page Available

From version 77.2
edited by Andrea Omicini
on 02/07/2023 10:37
Change comment: There is no comment for this version
To version 78.1
edited by Andrea Omicini
on 02/07/2023 11:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -10,7 +10,7 @@
10 10   #userspace()
11 11  ## user space variables
12 12   #set( $query = ", BaseObject as objPersonalPub, LargeStringProperty as propUser
13 - where objPersonalPub.name = doc.fullName and objPersonalPub.className = '$objectSpace.Class' and propUser.id.id = objPersonalPub.id and propUser.name = 'user' and propUser.value = '$userName' " )
13 + where objPersonalPub.name = doc.fullName and objPersonalPub.className = '${objectSpace}.Class' and propUser.id.id = objPersonalPub.id and propUser.name = 'user' and propUser.value = '$userName' " )
14 14   #set( $personalThesisDocs = $xwiki.searchDocuments($query) )
15 15   #if( $personalThesisDocs.size() > 0 )
16 16   #set( $personalThesisDoc = $xwiki.getDocument($personalThesisDocs[0]) )