Changes for page Macros

Last modified by Jip-jan Alunkel on April 15, 18:09

From version 2.31
edited by Jip-jan Alunkel
on March 26, 00:08
Change comment: There is no comment for this version
To version 2.30
edited by Jip-jan Alunkel
on March 26, 00:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -62,7 +62,7 @@
62 62  #end
63 63  
64 64  #macro(createSelectElement $O_elementData $O_groupName $O_requiredAttributes)
65 - <select class="form-select form-control" aria-label="${O_elementData.aria-label}" aria-describedby="${O_elementData.id}_helpBlock" ${O_requiredAttributes}data-set-space="${O_elementData.data-set-space}" name="${O_elementData.id}_${O_groupName}" id="${O_elementData.id}_${O_groupName}">
65 + <select class="form-select form-control" aria-label="${O_elementData.aria-label}" aria-describedby="${O_elementData.id}_helpBlock" ${O_requiredAttributes}data-set-space="${O_elementData.data-set-space}" name="${O_elementData.id}_${groupName}" id="${O_elementData.id}_${groupName}">
66 66   <option value="" disabled="" selected="" hidden="hidden">$services.localization.render(${O_elementData.placeholder})</option>
67 67   #set($query = $services.query.xwql("from doc.object(AppWithinMinutes.MetadataClass) met where doc.space like :space and doc.space <> :spaceExclude order by met.dataSpaceName asc"))
68 68   #set($spaceLikeRef = $O_elementData.space-reference.replaceAll('([%_!])', '!$1').concat('.%'))