Author: hansbak
Date: Fri Jan 9 18:53:02 2009
New Revision: 733227
URL: http://svn.apache.org/viewvc?rev=733227&view=rev
Log:
can now use the reference in this commit thanks to adrian who fixed the error
in: https://issues.apache.org/jira/browse/OFBIZ-1914.
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml?rev=733227&r1=733226&r2=733227&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/request/RequestForms.xml Fri
Jan 9 18:53:02 2009
@@ -153,15 +153,7 @@
</form>
<!-- copy of form from CommForms.xml because of loop problem see jira
issue: OFBIZ-1914 -->
- <form name="ListCommEvents" type="list" odd-row-style="alternate-row"
default-table-style="basic-table hover-bar" paginate="true"
list-name="commEvents">
- <row-actions>
- <set field="subject" from-field="subject"
default-value="${uiLabelMap.PartyNoSubject}"/>
- </row-actions>
- <field name="communicationEventId"><hidden/></field>
- <field name="subject">
- <hyperlink description="${subject}"
target="ViewCommunicationEvent?communicationEventId=${communicationEventId}"/>
- </field>
- <field name="communicationEventTypeId"
title="${uiLabelMap.CommonType}"><display-entity description="${description}"
entity-name="CommunicationEventType"
key-field-name="communicationEventTypeId"/></field>
+ <form name="ListCommEvents" extends="ListCommEvents"
extends-resource="component://party/webapp/partymgr/communication/CommForms.xml">
<field name="partyIdFrom" title="${uiLabelMap.CommonPartyID}
${uiLabelMap.CommonFrom}">
<display-entity description="${firstName} ${middleName}
${lastName} ${groupName}" entity-name="PartyNameView" key-field-name="partyId">
<sub-hyperlink
target="/partymgr/control/viewprofile?partyId=${partyIdFrom}"
target-type="inter-app" description="[${partyIdFrom}]"/>
@@ -172,9 +164,6 @@
<sub-hyperlink
target="/partymgr/control/viewprofile?partyId=${partyIdTo}"
target-type="inter-app" description="[${partyIdTo}]"/>
</display-entity>
</field>
- <field name="statusId"><display-entity description="${description}"
entity-name="StatusItem" key-field-name="statusId"/></field>
- <field name="createdStamp"
title="${uiLabelMap.CommonCreated}"><display type="date"/></field>
- <field name="datetimeStarted"
title="${uiLabelMap.CommonSend}"><display type="date"/></field>
</form>
<form name="ViewRequestWorkEfforts" type="list"
list-name="requestWorkEfforts"
Modified:
ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=733227&r1=733226&r2=733227&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
(original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
Fri Jan 9 18:53:02 2009
@@ -297,12 +297,12 @@
<field name="communicationEventTypeId"
title="${uiLabelMap.CommonType}"><display-entity description="${description}"
entity-name="CommunicationEventType"
key-field-name="communicationEventTypeId"/></field>
<field name="partyIdFrom" title="${uiLabelMap.CommonPartyID}
${uiLabelMap.CommonFrom}">
<display-entity description="${firstName} ${middleName}
${lastName} ${groupName}" entity-name="PartyNameView" key-field-name="partyId">
- <sub-hyperlink
target="/partymgr/control/viewprofile?partyId=${partyIdFrom}"
target-type="inter-app" description="[${partyIdFrom}]"/>
+ <sub-hyperlink target="viewprofile?partyId=${partyIdFrom}"
description="[${partyIdFrom}]"/>
</display-entity>
</field>
<field name="partyIdTo" title="${uiLabelMap.CommonPartyID}
${uiLabelMap.CommonTo}">
<display-entity description="${firstName} ${middleName}
${lastName} ${groupName}" entity-name="PartyNameView" key-field-name="partyId">
- <sub-hyperlink
target="/partymgr/control/viewprofile?partyId=${partyIdTo}"
target-type="inter-app" description="[${partyIdTo}]"/>
+ <sub-hyperlink target="viewprofile?partyId=${partyIdTo}"
description="[${partyIdTo}]"/>
</display-entity>
</field>
<field name="statusId"><display-entity description="${description}"
entity-name="StatusItem" key-field-name="statusId"/></field>