You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/22 11:52:03 UTC

svn commit: r1805755 - in /ofbiz/ofbiz-framework/trunk: applications/accounting/webapp/accounting/WEB-INF/ applications/humanres/webapp/humanres/WEB-INF/ applications/marketing/webapp/marketing/WEB-INF/ applications/product/webapp/catalog/WEB-INF/ fram...

Author: deepak
Date: Tue Aug 22 11:52:02 2017
New Revision: 1805755

URL: http://svn.apache.org/viewvc?rev=1805755&view=rev
Log:
Removed duplicated request/view mapping

Modified:
    ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
    ofbiz/ofbiz-framework/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
    ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml
    ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
    ofbiz/ofbiz-framework/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=1805755&r1=1805754&r2=1805755&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Tue Aug 22 11:52:02 2017
@@ -370,13 +370,6 @@ under the License.
         <response name="success" type="view" value="InvoiceAcctgTransEntriesPdf"/>
     </request-map>
 
-    <request-map uri="quickSendPayment">
-        <security https="true" auth="true"/>
-        <event type="service-multi" invoke="quickSendPayment"/>
-        <response name="success" type="view" value="ListChecksToSend"/>
-        <response name="error" type="view" value="ListChecksToSend"/>
-    </request-map>
-
     <request-map uri="FindSalesInvoicesByDueDate">
         <security https="true" auth="true"/>
         <response name="success" type="view" value="FindSalesInvoicesByDueDate">
@@ -855,12 +848,6 @@ under the License.
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditCustomTimePeriod"/>
     </request-map>
-    <request-map uri="createCustomTimePeriod">
-        <security https="true" auth="true"/>
-        <event type="service" invoke="createCustomTimePeriod"/>
-        <response name="success" type="view" value="EditCustomTimePeriod"/>
-        <response name="error" type="view" value="EditCustomTimePeriod"/>
-    </request-map>
     <request-map uri="updateCustomTimePeriod">
         <security https="true" auth="true"/>
         <event type="service" invoke="updateCustomTimePeriod"/>

Modified: ofbiz/ofbiz-framework/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml?rev=1805755&r1=1805754&r2=1805755&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/humanres/webapp/humanres/WEB-INF/controller.xml Tue Aug 22 11:52:02 2017
@@ -680,10 +680,6 @@ under the License.
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditTerminationTypes"/>
     </request-map>
-    <request-map uri="EditTerminationTypes">
-        <security https="true" auth="true"/>
-        <response name="success" type="view" value="EditTerminationTypes"/>
-    </request-map>
     <request-map uri="createTerminationType">
         <security https="true" auth="true"/>
         <event type="service" invoke="createTerminationType"/>

Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml?rev=1805755&r1=1805754&r2=1805755&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/marketing/WEB-INF/controller.xml Tue Aug 22 11:52:02 2017
@@ -382,7 +382,6 @@ under the License.
     <request-map uri="LookupPartyClassificationGroup"><security https="true" auth="true"/><response name="success" type="view" value="LookupPartyClassificationGroup"/></request-map>
     <request-map uri="LookupContactMech"><security https="true" auth="true"/><response name="success" type="view" value="LookupContactMech"/></request-map>
 
-    <request-map uri="LookupCommEvent"><security https="true" auth="true"/><response name="success" type="view" value="LookupCommEvent"/></request-map>
     <request-map uri="LookupPreferredContactMech"><security https="true" auth="true"/><response name="success" type="view" value="LookupPreferredContactMech"/></request-map>
     <request-map uri="LookupCommEvent"><security https="true" auth="true"/><response name="success" type="view" value="LookupCommEvent"/></request-map>
 

Modified: ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=1805755&r1=1805754&r2=1805755&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Tue Aug 22 11:52:02 2017
@@ -779,12 +779,6 @@ under the License.
         <response name="success" type="view" value="main"/>
         <response name="error" type="view" value="main"/>
     </request-map>
-    <request-map uri="updateProductKeyword">
-        <security https="true" auth="true"/>
-        <event type="service" path="" invoke="updateProductKeyword"/>
-        <response name="success" type="view" value="EditProductKeyword"/>
-        <response name="error" type="view" value="EditProductKeyword"/>
-    </request-map>
     <request-map uri="createProductKeyword">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="createProductKeyword"/>
@@ -3072,10 +3066,6 @@ under the License.
     <view-map name="FindProductById" type="screen" page="component://product/widget/catalog/FindScreens.xml#FindProductById"/>
 
     <view-map name="FindCatalog" type="screen" page="component://product/widget/catalog/CatalogScreens.xml#FindCatalog"/>
-    <view-map name="EditProdCatalog" type="screen" page="component://product/widget/catalog/CatalogScreens.xml#EditProdCatalog"/>
-    <view-map name="EditProdCatalogCategories" type="screen" page="component://product/widget/catalog/CatalogScreens.xml#EditProdCatalogCategories"/>
-    <view-map name="EditProdCatalogStores" type="screen" page="component://product/widget/catalog/CatalogScreens.xml#EditProdCatalogStores"/>
-    <view-map name="EditProdCatalogParties" type="screen" page="component://product/widget/catalog/CatalogScreens.xml#EditProdCatalogParties"/>
 
     <view-map name="FindCategory" type="screen" page="component://product/widget/catalog/CategoryScreens.xml#FindCategory"/>
     <view-map name="EditCategory" type="screen" page="component://product/widget/catalog/CategoryScreens.xml#EditCategory"/>
@@ -3232,7 +3222,6 @@ under the License.
     <view-map name="LookupOrderHeader" type="screen" page="component://order/widget/ordermgr/LookupScreens.xml#LookupOrderHeader"/>
     <view-map name="LookupCommEvent" type="screen" page="component://party/widget/partymgr/LookupScreens.xml#LookupCommEvent"/>
 
-    <view-map name="LookupProduct" type="screen" page="component://product/widget/catalog/LookupScreens.xml#LookupProduct"/>
     <view-map name="LookupSupplierProduct" type="screen" page="component://product/widget/catalog/LookupScreens.xml#LookupSupplierProduct"/>
     <view-map name="LookupVariantProduct" type="screen" page="component://product/widget/catalog/LookupScreens.xml#LookupVariantProduct"/>
     <view-map name="LookupVirtualProduct" type="screen" page="component://product/widget/catalog/LookupScreens.xml#LookupVirtualProduct"/>

Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml?rev=1805755&r1=1805754&r2=1805755&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/webapp/webtools/WEB-INF/controller.xml Tue Aug 22 11:52:02 2017
@@ -562,7 +562,6 @@ under the License.
     <request-map uri="WebtoolsLayoutDemoFop"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoFop"/></request-map>
     <request-map uri="WebtoolsLayoutDemoText"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoText"/></request-map>
     <request-map uri="WebtoolsLayoutDemoXml"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoXml"/></request-map>
-    <request-map uri="WebtoolsLayoutDemoXls"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoXls"/></request-map>
     <request-map uri="WebtoolsLayoutDemoCsv"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoCsv"/></request-map>
     <request-map uri="WebtoolsLayoutDemoXls"><security https="true" auth="true"/><response name="success" type="view" value="WebtoolsLayoutDemoXls"/></request-map>