svn commit: r795461 - /ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy

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

svn commit: r795461 - /ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy

hansbak-2
Author: hansbak
Date: Sun Jul 19 02:18:45 2009
New Revision: 795461

URL: http://svn.apache.org/viewvc?rev=795461&view=rev
Log:
fixes  Error creating New Note or Email in 9.04 as reported in mailing list

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

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=795461&r1=795460&r2=795461&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:18:45 2009
@@ -27,5 +27,4 @@
             "roleTypeId" : parameters.roleTypeId
            ]);
 
-    context.projectMgrExists = ComponentConfig.componentExists("projectmgr");
 }