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 bf39374c0a Fixed: dateType parameter not existing in 
"renderDateTimeField" Macro  (OFBIZ-13039)
bf39374c0a is described below

commit bf39374c0a0086e7a29e7d7b8bf0056dd90b4e8b
Author: Jacques Le Roux <[email protected]>
AuthorDate: Thu Apr 18 16:34:08 2024 +0200

    Fixed: dateType parameter not existing in "renderDateTimeField" Macro  
(OFBIZ-13039)
    
    Removes dateType parameter from "renderDateTimeField" Macro in
    TextFormMacroLibrary.ftl
---
 themes/common-theme/template/macro/TextFormMacroLibrary.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/common-theme/template/macro/TextFormMacroLibrary.ftl 
b/themes/common-theme/template/macro/TextFormMacroLibrary.ftl
index f9124a4e40..ad10a54c05 100644
--- a/themes/common-theme/template/macro/TextFormMacroLibrary.ftl
+++ b/themes/common-theme/template/macro/TextFormMacroLibrary.ftl
@@ -28,7 +28,7 @@ under the License.
 
 <#macro renderTextareaField name className alert cols="" rows="" maxlength="" 
id="" readonly="" value="" visualEditorEnable="" buttons="" tabindex="" 
language="" disabled=false placeholder=""><@renderField value /></#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=""><@renderField value /></#macro>
+<#macro renderDateTimeField name className alert title value size maxlength id 
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=""><@renderField value /></#macro>
 
 <#macro renderDropDownField name className id formName explicitDescription 
options ajaxEnabled
         otherFieldName="" otherValue="" otherFieldSize=""

Reply via email to