Author: jacopoc
Date: Mon Dec 12 19:06:48 2011
New Revision: 1213369

URL: http://svn.apache.org/viewvc?rev=1213369&view=rev
Log:
Added missing entry for "contact list" lookup required by 
WorkEffort-->Communications (OFBIZ-2869)

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

Modified: 
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml?rev=1213369&r1=1213368&r2=1213369&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml 
(original)
+++ 
ofbiz/trunk/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml 
Mon Dec 12 19:06:48 2011
@@ -604,6 +604,7 @@ under the License.
     <request-map uri="LookupCommEvent"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupCommEvent"/></request-map>
     <request-map uri="LookupContactMech"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupContactMech"/></request-map>
     <request-map uri="LookupPreferredContactMech"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupPreferredContactMech"/></request-map>
+    <request-map uri="LookupContactList"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupContactList"/></request-map>
 
     <request-map uri="LookupProduct"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupProduct"/></request-map>
     <request-map uri="LookupVariantProduct"><security https="true" 
auth="true"/><response name="success" type="view" 
value="LookupVariantProduct"/></request-map>
@@ -748,6 +749,7 @@ under the License.
     <view-map name="LookupContent" 
page="component://content/widget/content/ContentScreens.xml#LookupContent" 
type="screen"/>
     <view-map name="LookupContactMech" type="screen" 
page="component://party/widget/partymgr/LookupScreens.xml#LookupContactMech"/>
     <view-map name="LookupPreferredContactMech" type="screen" 
page="component://marketing/widget/ContactListScreens.xml#LookupPreferredContactMech"/>
+    <view-map name="LookupContactList" type="screen" 
page="component://party/widget/partymgr/PartyContactListScreens.xml#ListLookupContactList"/>
 
     <view-map name="EditAgreementWorkEffortApplics" type="screen" 
page="component://workeffort/widget/WorkEffortScreens.xml#EditAgreementWorkEffortApplics"/>
     <view-map name="LookupAgreement" 
page="component://accounting/widget/LookupScreens.xml#LookupAgreement" 
type="screen"/>


Reply via email to