Skip to content

Commit

Permalink
Consolidated name and partyId fields of order/widget/ordermgr/CustReq…
Browse files Browse the repository at this point in the history
…uestForms.xml#ListRequestRoles by removing name and turning partyId into <display-entity> and converting name <hyperlink> as its <sub-hyperlink>

https://issues.apache.org/jira/browse/OFBIZ-6464

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1683879 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ccarlow committed Jun 6, 2015
1 parent a01846a commit 71d1288
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions applications/order/widget/ordermgr/CustRequestForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,12 +453,11 @@ under the License.
<auto-fields-entity entity-name="CustRequestParty" default-field-type="display"/>
<field name="custRequestId"><hidden/></field>
<field name="partyId" widget-style="buttontext">
<hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile">
<parameter param-name="partyId"/>
</hyperlink>
</field>
<field name="name" entry-name="partyId">
<display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}"/>
<display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}">
<sub-hyperlink description="${partyId}" target-type="inter-app" target="/partymgr/control/viewprofile">
<parameter param-name="partyId"/>
</sub-hyperlink>
</display-entity>
</field>
<field name="roleTypeId" title="${uiLabelMap.PartyRoleType}">
<display-entity also-hidden="true" entity-name="RoleType"/>
Expand Down

0 comments on commit 71d1288

Please sign in to comment.