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 2015/03/21 13:47:19 UTC

svn commit: r1668258 - /ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Author: deepak
Date: Sat Mar 21 12:47:18 2015
New Revision: 1668258

URL: http://svn.apache.org/r1668258
Log:
Applied patch from jira issue OFBIZ-6095 - Promo action party lookup dropdown throws error

Thanks Christian Carlow for reporting the issue, thanks Arun Patidar for providing the patch.

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=1668258&r1=1668257&r2=1668258&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/WEB-INF/controller.xml Sat Mar 21 12:47:18 2015
@@ -1771,6 +1771,12 @@ under the License.
         <response name="success" type="view" value="EditProductPromoRules"/>
         <response name="error" type="view" value="EditProductPromoRules"/>
     </request-map>
+    
+    <request-map uri="LookupUserLoginAndPartyDetails">
+        <security https="true" auth="true"/>
+        <response name="success" type="view" value="LookupUserLoginAndPartyDetails"/>
+    </request-map>
+    
     <request-map uri="deleteProductPromoCond">
         <security https="true" auth="true"/>
         <event type="service" path="" invoke="deleteProductPromoCond"/>
@@ -3231,6 +3237,7 @@ under the License.
     <view-map name="EditProductTag" type="screen" page="component://product/widget/catalog/ProductScreens.xml#EditProductTag"/>
 
     <!-- Lookup request mappings -->
+    <view-map name="LookupUserLoginAndPartyDetails" type="screen" page="component://party/widget/partymgr/LookupScreens.xml#LookupUserLoginAndPartyDetails"/>
     <view-map name="LookupContent" page="component://content/widget/content/ContentScreens.xml#LookupContent" type="screen"/>
     <view-map name="LookupFixedAsset" type="screen" page="component://accounting/widget/LookupScreens.xml#LookupFixedAsset"/>
     <view-map name="LookupPartyName" type="screen" page="component://party/widget/partymgr/LookupScreens.xml#LookupPartyName"/>