> Author: hansbak
> Date: Tue Sep 15 03:03:25 2009
> New Revision: 814977
>
> URL:
http://svn.apache.org/viewvc?rev=814977&view=rev> Log:
> contactmechIdTo got lost: corrected
>
> Modified:
> ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventForms.xml
> ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventScreens.xml
>
> Modified: ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventForms.xml
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=814977&r1=814976&r2=814977&view=diff> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventForms.xml (original)
> +++ ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventForms.xml Tue Sep 15 03:03:25 2009
> @@ -146,7 +146,7 @@
> <alt-target use-when="communicationEvent!=null"
> target="sendCommunicationEvent"/>
> <field name="communicationEventId"><hidden/></field>
> <field name="communicationEventTypeId"><hidden
> value="EMAIL_COMMUNICATION"/></field>
> - <field name="contactMechIdTo"><hidden value="$
> {parameters.contactMechIdTo}"/></field>
> + <field name="contactMechIdTo"><hidden value="$
> {contactMechIdTo}"/></field>
> <field name="statusId"><hidden value="COM_IN_PROGRESS"/></
> field>
> <field name="parentCommEventId" use-when="parentCommEventId !
> = null"><hidden value="${parameters.parentCommEventId}"/></field>
> <field name="parentCommEventId" use-
> when="originalCommEventId != null"><hidden value="$
> {parameters.originalCommEventId}"/></field>
>
> Modified: ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventScreens.xml
> URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=814977&r1=814976&r2=814977&view=diff> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventScreens.xml (original)
> +++ ofbiz/trunk/applications/party/widget/partymgr/
> CommunicationEventScreens.xml Tue Sep 15 03:03:25 2009
> @@ -342,6 +342,7 @@
> <set field="my" from-field="parameters.my" default-
> value=""/>
> <entity-one entity-name="CommunicationEvent" value-
> field="communicationEvent"/>
> <set field="partyIdFrom" from-
> field="communicationEvent.partyIdFrom" default-value="$
> {userLogin.partyId}"/>
> + <set field="contactMechIdTo" from-
> field="communicationEvent.contactMechIdTo" default-value="$
> {parameters.contactMechIdTo"/>
> </actions>
> <widgets>
> <decorator-screen name="Common$
> {my}CommunicationEventDecorator" location="$
> {parameters.mainDecoratorLocation}">
>
>