Modifiche per il documento Macros
Ultima modifica di Jip-jan Alunkel il aprile 15, 18:09
Dalla versione 3.7
modificato da Jip-jan Alunkel
il marzo 13, 17:53
il marzo 13, 17:53
Cambia il commento:
Update document after refactoring.
Alla versione 3.5
modificato da Jip-jan Alunkel
il marzo 13, 17:46
il marzo 13, 17:46
Cambia il commento:
Update document after refactoring.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -231,10 +231,10 @@ 231 231 'pmHousenumber': '' 232 232 }) 233 233 #foreach($item in $addressDataArray.keySet()) 234 - #if($O_elementData.containsKey($item)) 234 + #if($O_elementData.containsKey($item) && $O_elementData["$item"] != '') 235 235 #set($addressDataArray["$item"]=$O_elementData["$item"]) 236 236 <input type="hidden" id="$item" name="$item" value="$O_elementData["$item"]"#if($O_elementData.data-create-xobj) data-create-xobj="${O_elementData.data-create-xobj}" data-xobj-classname="${O_elementData.data-xobj-classname}" data-xobj-fieldname="pmLatlong"#end> 237 - #end 237 + #end 238 238 #end 239 239 #end 240 240 #macro(createNumberElement $O_elementData $O_tagName)