Posted by
jacopoc on
Jul 28, 2006; 8:01am
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r426411-incubator-ofbiz-trunk-applications-party-webapp-partymgr-communication-CommForms-l-tp208666.html
Author: jacopoc
Date: Fri Jul 28 00:01:46 2006
New Revision: 426411
URL:
http://svn.apache.org/viewvc?rev=426411&view=revLog:
Fixed bug reported by Eriks Dobelis in Apache OFBIZ-117: broken link in the communication content screen.
Also cleaned up a few more form definitions.
Modified:
incubator/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
Modified: incubator/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml?rev=426411&r1=426410&r2=426411&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml (original)
+++ incubator/ofbiz/trunk/applications/party/webapp/partymgr/communication/CommForms.xml Fri Jul 28 00:01:46 2006
@@ -277,7 +277,7 @@
</actions>
<field name="workEffortId" title="${uiLabelMap.WorkEffort}">
<display-entity entity-name="WorkEffort" description="${workEffortName}">
- <sub-hyperlink description="${workEffortId}" target="EditCommWorkEffort?workEffortId=${workEffortId}" target-type="intra-app" link-style="buttontext"/>
+ <sub-hyperlink description="${workEffortId}" target="/workeffort/control/WorkEffortSummary?workEffortId=${workEffortId}" target-type="inter-app" link-style="buttontext"/>
</display-entity>
</field>
</form>
@@ -351,17 +351,17 @@
<field name="submitButton" title="${uiLabelMap.PartyAddRole}" widget-style="smallSubmit"><submit button-type="button"/></field>
</form>
- <form name="listCommContent" type="list" list-name="contentDataResourceList" target="" default-title-style="tableheadtext" default-widget-style="inputBox" default-tooltip-style="tabletext" paginate-target="/ListCommContent" view-size="20">
+ <form name="listCommContent" type="list" list-name="contentDataResourceList" target="" default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext" paginate-target="/ListCommContent" view-size="20">
<actions>
- <entity-and entity-name="CommEventContentDataResource" list-name="contentDataResourceList">
- <field-map field-name="communicationEventId"/>
- </entity-and>
+ <entity-and entity-name="CommEventContentDataResource" list-name="contentDataResourceList">
+ <field-map field-name="communicationEventId"/>
+ </entity-and>
</actions>
- <field name="editContent" title="">
+ <field name="editContent" widget-style="buttontext">
<hyperlink also-hidden="false" description="${uiLabelMap.CommonEdit}" target="EditCommContent?contentId=${contentId}&dataResourceId=${dataResourceId}&communicationEventId=${communicationEventId}&fromDate=${fromDate}"/>
</field>
- <field name="viewContent" title="">
+ <field name="viewContent" widget-style="buttontext">
<hyperlink also-hidden="false" description="${uiLabelMap.CommonView}" target="ViewSimpleContent?contentId=${contentId}&dataResourceId=${dataResourceId}&communicationEventId=${communicationEventId}&fromDate=${fromDate}"/>
</field>
<field name="contentName"><display/></field>