Changes for page homeopathsSheet

Last modified by Jip-jan Alunkel on March 26, 17:31

From version 3.147
edited by Jip-jan Alunkel
on March 11, 14:27
Change comment: Rollback to version 1.38
To version 3.148
edited by Jip-jan Alunkel
on March 11, 14:29
Change comment: Rollback to version 1.38

Summary

Details

Page properties
Content
... ... @@ -10,15 +10,16 @@
10 10  #set($subjectTitle = $subjectReference.getName())
11 11  
12 12  ##
13 +#set($theClass = "")
13 13  #set($docObjects = $doc.getxWikiObjects())
14 14  #foreach($docObjectKey in $docObjects.keySet())
15 15   #if($docObjectKey.indexOf($subjectTitle) == 0)
16 16   #set($theDocObj = $docObjects[$docObjectKey][0])
17 -## #set($theDocObj = $theDocObj)
18 18   #set($theClass = $docObjectKey)
19 19   #end
20 20  #end
21 21  $theDocObj.getProperty('doc_owner').value
22 +$theClass
22 22  #set($isInline = $xcontext.action == 'edit' && $request.get('editor') == 'inline')
23 23  ##set($theClass = "homeopaths.Code.homeopathsClass")
24 24  ## Create object (important for sheet binding, do not remove)