svn commit: r1792191 - in /ofbiz/ofbiz-framework/trunk/applications/product: groovyScripts/catalog/price/EditProductPriceRules_old.groovy widget/catalog/PriceScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1792191 - in /ofbiz/ofbiz-framework/trunk/applications/product: groovyScripts/catalog/price/EditProductPriceRules_old.groovy widget/catalog/PriceScreens.xml

Deepak Dixit-5
Author: deepak
Date: Fri Apr 21 11:59:25 2017
New Revision: 1792191

URL: http://svn.apache.org/viewvc?rev=1792191&view=rev
Log:
Improved: Removed Old Commented EditProductPriceRules screen adn EditProductPriceRules_old.groovy file,

Removed:
    ofbiz/ofbiz-framework/trunk/applications/product/groovyScripts/catalog/price/EditProductPriceRules_old.groovy
Modified:
    ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceScreens.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceScreens.xml?rev=1792191&r1=1792190&r2=1792191&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceScreens.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/widget/catalog/PriceScreens.xml Fri Apr 21 11:59:25 2017
@@ -68,26 +68,6 @@ under the License.
             </widgets>
         </section>
     </screen>
-    <!-- Old screen kept for now, in case some would prefer the old way. Another option is to use an input field with Id instead of a drop-down in the new screen below (see also setPriceRulesCondEventJs.ftl and top of getAssociatedPriceRulesConds service) -->
-    <!--screen name="EditProductPriceRules">
-        <section>
-            <actions>
-                <set field="titleProperty" value="PageTitleEditProductPriceRules"/>
-                <set field="headerItem" value="pricerules"/>
-
-                <script location="component://product/groovyScripts/catalog/price/EditProductPriceRules_old.groovy"/>
-            </actions>
-            <widgets>
-                <decorator-screen name="CommonPriceDecorator">
-                    <decorator-section name="body">
-                        <platform-specific>
-                            <html><html-template location="component://product/template/price/EditProductPriceRules.ftl"/></html>
-                        </platform-specific>
-                    </decorator-section>
-                </decorator-screen>
-            </widgets>
-        </section>
-    </screen-->
     <screen name="EditProductPriceRules">
         <section>
             <actions>