Author: hansbak
Date: Thu May 21 02:10:45 2009
New Revision: 776922
URL:
http://svn.apache.org/viewvc?rev=776922&view=revLog:
correct button error in commevent display in myportal
Modified:
ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml
Modified: ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml?rev=776922&r1=776921&r2=776922&view=diff==============================================================================
--- ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/myportal/widget/CommonScreens.xml Thu May 21 02:10:45 2009
@@ -96,16 +96,9 @@
<screen name="CommonCommunicationEventDecorator">
<section>
- <actions>
- <entity-one entity-name="CommunicationEvent" value-field="commEvent">
- <field-map field-name="communicationEventId" from-field="parameters.communicationEventId"/>
- </entity-one>
- <script location="component://party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy"/>
- </actions>
<widgets>
- <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">
+ <decorator-screen name="CommonMyCommunicationEventDecorator" location="${parameters.mainDecoratorLocation}">
<decorator-section name="body">
- <!--include-menu location="component://party/widget/partymgr/PartyMenus.xml" name="MyCommSubTabBar"/-->
<decorator-section-include name="body"/>
</decorator-section>
</decorator-screen>
@@ -119,7 +112,6 @@
<entity-one entity-name="CommunicationEvent" value-field="commEvent">
<field-map field-name="communicationEventId" from-field="parameters.communicationEventId"/>
</entity-one>
- <!--script location="component://party/webapp/partymgr/WEB-INF/actions/communication/GetMyCommunicationEventRole.groovy"/-->
</actions>
<widgets>
<decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}">