Reduce the Redundancy of Java script in inlineProductDetail.ftl in order
component
----------------------------------------------------------------------------------
Key: OFBIZ-2162
URL: https://issues.apache.org/jira/browse/OFBIZ-2162
Project: OFBiz
Issue Type: Improvement
Components: order
Affects Versions: SVN trunk
Reporter: Arpit Singh Pandya
I checked this patch for the available products in DemoConfigurator.xml (ie for
Configurable product PIZZA with virtual product options PEPPERS and SAUCE)
Before applying this patch , there are different js functions created with the
same name and parameters more than one time in the Browser for each virtual
product, although the last definition of the function is executed, other's are
of no use there.
After applying this patch it will reduce the redundancy of the java script
code in inlineProductDetail.ftl of order component in applications. This
changes doesn't affect the behavior of the function or not reduced any
functionality of the script.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.