This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new 2abe8cab3 Fixed: E-commerce : FTL formatting (OFBIZ-7949)
2abe8cab3 is described below

commit 2abe8cab363aa09b4ec13ab8f77ad24df119995b
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue May 7 12:42:23 2024 +0200

    Fixed: E-commerce : FTL formatting (OFBIZ-7949)
    
    Fixes a missing dateType found in stable demo error.log
---
 ecommerce/template/catalog/ProductDetail.ftl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecommerce/template/catalog/ProductDetail.ftl 
b/ecommerce/template/catalog/ProductDetail.ftl
index b998719d1..a21523820 100644
--- a/ecommerce/template/catalog/ProductDetail.ftl
+++ b/ecommerce/template/catalog/ProductDetail.ftl
@@ -726,7 +726,7 @@ ${variantInfoJavaScript!}
                 </label>
                 <@htmlTemplate.renderDateTimeField event="" action="" 
name="reservStart" className="" alert=""
                     title="Format: yyyy-MM-dd HH:mm:ss.SSS" 
value="${startDate}" size="25" maxlength="30"
-                    id="reservStart1" shortDateInput=true 
timeDropdownParamName=""
+                    id="reservStart1" dateType="date" shortDateInput=true 
timeDropdownParamName=""
                     defaultDateTimeString="" localizedIconTitle="" 
timeDropdown="" timeHourName="" classString=""
                     hour1="" hour2="" timeMinutesName="" minutes="" 
isTwelveHour="" ampmName="" amSelected=""
                     pmSelected="" compositeType="" formName=""/>

Reply via email to