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-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new ba1b753ef Fixed: E-commerce : FTL formatting (OFBIZ-7949) ba1b753ef is described below commit ba1b753ef6d653e6e7aeeca4add330c627cabf91 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 713a0fd85..629c1f054 100644 --- a/ecommerce/template/catalog/ProductDetail.ftl +++ b/ecommerce/template/catalog/ProductDetail.ftl @@ -725,7 +725,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=""/>