Modifiche per il documento homeopathsSheet

Ultima modifica di Jip-jan Alunkel il marzo 26, 17:31

Dalla versione 1.7
modificato da Jip-jan Alunkel
il marzo 07, 13:36
Cambia il commento: Nessun commento per questa versione
Alla versione 1.10
modificato da Jip-jan Alunkel
il marzo 07, 14:56
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -11,9 +11,6 @@
11 11  #set($theDocObj = $doc.getObject("homeopaths.Code.homeopathsClass", true))
12 12  #set($hasRight = !$isGuest && ($theDocObj.getProperty('user').value == $context.getUser() || $hasAdmin))
13 13  $theDoc.getContent()
14 -
15 -$hasRight
16 -
17 17  {{html wiki="true" clean="false"}}
18 18  #if(!$isGuest)
19 19  <script>
... ... @@ -65,8 +65,8 @@
65 65   "label" : "City",
66 66   "data-create-xobj" : "true",
67 67   "data-xobj-classname" : "homeopaths.Code.homeopathsClass",
68 - "data-xobj-fieldname" : "city",
69 - "value": "$theDocObj.getProperty('city').value"
65 + "data-xobj-fieldname" : "pmCity",
66 + "value": "$theDocObj.getProperty('pmCity').value"
70 70   })
71 71   #set($submit = {
72 72   "id" : "edit_details",