/[Apache-SVN]
ViewVC logotype

Revision 1624876


Jump to revision: Previous Next
Author: jleroux
Date: Sun Sep 14 17:22:18 2014 UTC (9 years, 7 months ago)
Changed paths: 7
Log Message:
Fixes a bug introduced with commits for OFBIZ-4902.
When you replace the Freemarker if_exists built-in with the ! operator, when the ! is followed by a + you need to evaluate the expression conditioned by the ! 1st. Else the following chars are used as default value. In other words, you need to put parenthesis around the expression including the ! operator
I tested with tomahawk/includes/appbarClose.ftl and header.ftl files of bluelight and droppingcrumbs themes
I then applied the same scheme on catalog/categorydetail.ftl, party/editShoppingList.ftl, ebaystore/store/returnPolicy.ftl and party/findparty.ftl w/o testing. I guess it's ok
I did not find the same scheme elsewhere

Changed paths

Path Details
Directoryofbiz/trunk/applications/order/webapp/ordermgr/entry/catalog/categorydetail.ftl modified , text changed
Directoryofbiz/trunk/applications/party/webapp/partymgr/party/editShoppingList.ftl modified , text changed
Directoryofbiz/trunk/applications/party/webapp/partymgr/party/findparty.ftl modified , text changed
Directoryofbiz/trunk/specialpurpose/ebaystore/webapp/ebaystore/store/returnPolicy.ftl modified , text changed
Directoryofbiz/trunk/themes/bluelight/includes/header.ftl modified , text changed
Directoryofbiz/trunk/themes/droppingcrumbs/includes/header.ftl modified , text changed
Directoryofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26