Changes for page Available
From version 86.9
edited by Andrea Omicini
on 28/09/2023 23:44
on 28/09/2023 23:44
Change comment:
There is no comment for this version
To version 86.7
edited by Andrea Omicini
on 28/09/2023 23:42
on 28/09/2023 23:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,11 +11,6 @@ 11 11 #set( $query = ", BaseObject as objPersonalThesis, LargeStringProperty as propUser 12 12 where objPersonalThesis.name = doc.fullName and objPersonalThesis.className = '${objectSpace}.Class' and propUser.id.id = objPersonalThesis.id and propUser.name = 'user' and propUser.value = '$userName' " ) 13 13 #set( $personalThesisDocs = $xwiki.searchDocuments($query) ) 14 - #if( $personalThesisDocs.size() > 0 ) 15 - #set( $personalThesisDoc = $xwiki.getDocument($personalThesisDocs[0]) ) 16 - #else 17 - #stop 18 - #end 19 19 #if( $personalThesisDoc.ams && $personalThesisDoc.ams != "" ) 20 20 #set( $showAms = $personalThesisDoc.getValue('ams') ) 21 21 #end ... ... @@ -23,7 +23,6 @@ 23 23 ## 24 24 ## APICE / START 25 25 <div> 26 -$showAms 27 27 </div> 28 28 ## 29 29 #### USER SHOWCASE / END