Changes for page Homeopaths
Last modified by Jip-jan Alunkel on March 14, 20:13
From version 10.5
edited by Jip-jan Alunkel
on March 07, 14:18
on March 07, 14:18
Change comment:
Renamed from xwiki:practices.WebHome
To version 10.18
edited by Jip-jan Alunkel
on March 14, 19:00
on March 14, 19:00
Change comment:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -9,13 +9,17 @@ 9 9 {{html wiki="false" clean="false"}} 10 10 <p> 11 11 All about the page "homeopaths". Where is it for? 12 + #set($q = $services.query.xwql("from doc.object(homeopaths.Code.homeopathsClass) as homepath where homepath.doc_owner like '%.jipjanalunkel'").query().execute()) 13 +##.anyChars() 14 +$q 15 +$xcontext.getUserReference().getName() 12 12 </p> 13 13 <div id="homeopaths_map"></div> 14 14 #if(!$isGuest) 15 15 #set($hasPractice = $xwiki.getDocument($xcontext.getUserReference()).getObject('XWiki.XWikiUsers').getProperty('practice').value) 16 16 #if($hasPractice) 17 - #set($q = $services.query.xwql(" wheredoc.spacelike 'homeopaths.%'anddoc.name like :usr"))18 - #set($r = $q.bindValue('usr' ,$xcontext.getUserReference().getName()).execute())21 + #set($q = $services.query.xwql("from doc.object(homeopaths.Code.homeopathsClass) as obj where obj.doc_owner like :usr")) 22 + #set($r = $q.bindValue('usr').literal("${xcontext.getUserReference().getName()}").query().execute()) 19 19 #set($practiceExists = $r.size() > 0) 20 20 #if(!$practiceExists) 21 21 <h2 id="add_practice">Add your practice to the map</h2> ... ... @@ -28,7 +28,7 @@ 28 28 }) 29 29 #createFormStart($form_start) 30 30 #set($practice_name = { 31 - "id" : "practice _name",35 + "id" : "practiceName", 32 32 "type" : "text", 33 33 "required" : "true", 34 34 "label" : "Name of your practice", ... ... @@ -45,6 +45,9 @@ 45 45 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_negate_list')", 46 46 "data-query-list-contents" : "value", 47 47 "data-create-page" : "true", 52 + "data-create-xobj" : "true", 53 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 54 + "data-xobj-fieldname" : "practiceName", 48 48 "help-block" : 'This will be used as the title of your practice page. The first character must be a letter.' 49 49 }) 50 50 #createFormElement($practice_name)