You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/07/03 05:40:08 UTC

svn commit: r1751115 - /ofbiz/trunk/applications/product/widget/catalog/ConfigScreens.xml

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>