svn commit: r795462 - in /ofbiz/branches/release09.04/applications/party: webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy widget/partymgr/PartyMenus.xml

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

svn commit: r795462 - in /ofbiz/branches/release09.04/applications/party: webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy widget/partymgr/PartyMenus.xml

hansbak-2
Author: hansbak
Date: Sun Jul 19 02:26:19 2009
New Revision: 795462

URL: http://svn.apache.org/viewvc?rev=795462&view=rev
Log:
also delete import related to previous commit and removed reference in partymgr

Modified:
    ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy
    ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml

Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy?rev=795462&r1=795461&r2=795462&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy (original)
+++ ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy Sun Jul 19 02:26:19 2009
@@ -18,7 +18,6 @@
  */
 
 import org.ofbiz.base.util.*;
-import org.ofbiz.entity.util.EntityUtil;
 
 if (parameters.communicationEventId) {
     context.communicationEventRole = delegator.findByPrimaryKey("CommunicationEventRole",

Modified: ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml?rev=795462&r1=795461&r2=795462&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml (original)
+++ ofbiz/branches/release09.04/applications/party/widget/partymgr/PartyMenus.xml Sun Jul 19 02:26:19 2009
@@ -430,22 +430,6 @@
                 <parameter param-name="my" from-field="parameters.my"/>
             </link>
         </menu-item>
-        <menu-item name="createRequestFromCommEvent1" title="${uiLabelMap.PartyCreateRequestFromCommEvent}">
-            <condition>
-                <and>
-                    <not><if-empty field="communicationEvent"/></not>
-                    <not><if-empty field="communicationEvent.partyIdFrom"/></not>
-                    <if-compare field="communicationEvent.statusId" operator="not-equals" value="COM_PENDING"/>
-                    <if-has-permission permission="ORDERMGR_CRQ_CREATE"/>
-                    <if-compare field="projectMgrExists" operator="equals" value="true"/>
-                    <if-compare field="communicationEvent.statusId" operator="equals" value="COM_ENTERED"/>
-                </and>
-            </condition>
-            <link target="newrequest">
-                <parameter param-name="communicationEventId" from-field="communicationEvent.communicationEventId"/>
-                <parameter param-name="my" from-field="parameters.my"/>
-            </link>
-        </menu-item>
         <menu-item name="close" title="${uiLabelMap.CommonClose}">
             <condition>
                 <and>