Author: jleroux
Date: Mon Dec 24 01:43:45 2007
New Revision: 606683
URL:
http://svn.apache.org/viewvc?rev=606683&view=revLog:
Done by hand from trunk revision 606681
Modified:
ofbiz/branches/release4.0/applications/product/webapp/catalog/WEB-INF/controller.xml
Modified: ofbiz/branches/release4.0/applications/product/webapp/catalog/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/product/webapp/catalog/WEB-INF/controller.xml?rev=606683&r1=606682&r2=606683&view=diff==============================================================================
--- ofbiz/branches/release4.0/applications/product/webapp/catalog/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release4.0/applications/product/webapp/catalog/WEB-INF/controller.xml Mon Dec 24 01:43:45 2007
@@ -2342,7 +2342,9 @@
<request-map uri="LookupProductStore"><security auth="true" https="true"/><response name="success" type="view" value="LookupProductStore"/></request-map>
<request-map uri="LookupFacilityLocation"><security auth="true" https="true"/><response name="success" type="view" value="LookupFacilityLocation"/></request-map>
<request-map uri="LookupWorkEffort"><security https="true" auth="true"/><response name="success" type="view" value="LookupWorkEffort"/></request-map>
-
+ <request-map uri="LookupDataResource"><security auth="true" https="true"/><response name="success" type="view" value="LookupDataResource"/></request-map>
+ <request-map uri="LookupPerson"><security auth="true" https="true"/><response name="success" type="view" value="LookupPerson"/></request-map>
+
<!-- end of request mappings -->
<!-- View Mappings -->
@@ -2489,6 +2491,7 @@
<view-map name="LookupProductStore" type="screen" page="component://product/widget/catalog/LookupScreens.xml#LookupProductStore"/>
<view-map name="LookupFacilityLocation" page="component://product/widget/facility/LookupScreens.xml#LookupFacilityLocation" type="screen"/>
<view-map name="LookupWorkEffort" type="screen" page="component://workeffort/widget/LookupScreens.xml#LookupWorkEffort"/>
-
+ <view-map name="LookupDataResource" page="component://content/widget/content/DataResourceScreens.xml#LookupDataResource" type="screen"/>
+ <view-map name="LookupPerson" page="component://party/widget/partymgr/LookupScreens.xml#LookupPerson" type="screen"/>
<!-- end of view mappings -->
</site-conf>