This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 9a52393 Documented: Date picker not initialised in ajax-called form (OFBIZ-12097) 9a52393 is described below commit 9a523938297ff0b1f380d7245860cd87197e20a0 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Mar 20 14:47:11 2022 +0100 Documented: Date picker not initialised in ajax-called form (OFBIZ-12097) Just adds the missing Jira issue number. As it did not pass on trunk, just adds a trailing spaces in XlsFormMacroLibrary.ftl --- themes/common-theme/template/macro/XlsFormMacroLibrary.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/common-theme/template/macro/XlsFormMacroLibrary.ftl b/themes/common-theme/template/macro/XlsFormMacroLibrary.ftl index db67d9d..3ef8b55 100644 --- a/themes/common-theme/template/macro/XlsFormMacroLibrary.ftl +++ b/themes/common-theme/template/macro/XlsFormMacroLibrary.ftl @@ -34,7 +34,7 @@ under the License. <#macro renderTextareaField name className alert cols rows maxlength id readonly value visualEditorEnable buttons tabindex language="" disabled=""></#macro> -<#macro renderDateTimeField name className alert title value size maxlength id dateType shortDateInput timeDropdownParamName defaultDateTimeString localizedIconTitle timeDropdown timeHourName classString hour1 hour2 timeMinutesName minutes isTwelveHour ampmName amSelected pmSelected compositeType formName mask="" event="" action="" step="" timeValues="" tabindex="" disabled="" isXMLHttpRequest=""> +<#macro renderDateTimeField name className alert title value size maxlength id dateType shortDateInput timeDropdownParamName defaultDateTimeString localizedIconTitle timeDropdown timeHourName classString hour1 hour2 timeMinutesName minutes isTwelveHour ampmName amSelected pmSelected compositeType formName mask="" event="" action="" step="" timeValues="" tabindex="" disabled="" isXMLHttpRequest=""> <#if dateType=="time" ><@renderItemField value "tf" className/> <#elseif dateType=="date"><@renderItemField value "dt" className/> <#else><@renderItemField value "dtf" className/></#if>