Author: ashish Date: Sun Jul 3 05:40:08 2016 New Revision: 1751115 URL: http://svn.apache.org/viewvc?rev=1751115&view=rev Log: Applied patch from jira issue - OFBIZ-7571. Removed mistakenly added code. Thanks Ravi for the contribution.
Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml?rev=1751115&r1=1751114&r2=1751115&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml Sun Jul 3 05:40:08 2016 @@ -233,9 +233,6 @@ under the License. </screen> <screen name="PrepareAddProductConfigItemContentAssoc"> <section> - <actions> - <set field="calendarExceptionWeek" value="${groovy: request.getAttribute('calendarExceptionWeek');}"/> - </actions> <widgets> <include-form name="PrepareAddProductConfigItemContentAssoc" location="component://product/widget/catalog/ConfigForms.xml"/> </widgets> @@ -243,9 +240,6 @@ under the License. </screen> <screen name="AddProductConfigItemContentAssoc"> <section> - <actions> - <set field="calendarExceptionWeek" value="${groovy: request.getAttribute('calendarExceptionWeek');}"/> - </actions> <widgets> <include-form name="AddProductConfigItemContentAssoc" location="component://product/widget/catalog/ConfigForms.xml"/> </widgets> @@ -253,9 +247,6 @@ under the License. </screen> <screen name="AddProductConfigItemContentAssoc"> <section> - <actions> - <set field="calendarExceptionWeek" value="${groovy: request.getAttribute('calendarExceptionWeek');}"/> - </actions> <widgets> <include-form name="AddProductConfigItemContentAssoc" location="component://product/widget/catalog/ConfigForms.xml"/> </widgets>