Author: erwan
Date: Mon Oct 24 20:05:44 2011
New Revision: 1188343
URL:
http://svn.apache.org/viewvc?rev=1188343&view=revLog:
A patch from Olivier Heintz - OFBIZ-4504 - add a purpose to a CommEvent does'nt work, link is currently on AddCommContent
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=1188343&r1=1188342&r2=1188343&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Mon Oct 24 20:05:44 2011
@@ -586,12 +586,7 @@ under the License.
<decorator-screen name="CommonCommunicationEventDecorator" location="${parameters.communicationEventDecoratorLocation}">
<decorator-section name="body">
<screenlet title="${uiLabelMap.PartyCommEventPurposes}">
- <container style="button-bar">
- <link style="smallSubmit" target="AddCommContent" text="${uiLabelMap.PartyNewCommPurpose}">
- <parameter param-name="communicationEventId"/>
- <parameter param-name="partyId"/>
- </link>
- </container>
+ <include-form location="component://party/widget/partymgr/CommunicationEventForms.xml" name="AddEventPurpose"/>
<include-form location="component://party/widget/partymgr/CommunicationEventForms.xml" name="ListCommPurposes"/>
</screenlet>
</decorator-section>