Skip to content

Commit

Permalink
Fixing consolidated partyId field of r1683879 so that <display-entity…
Browse files Browse the repository at this point in the history
…> also-hidden="true", otherwise updateCustRequestParty throws error related to primary key

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

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1683949 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ccarlow committed Jun 6, 2015
1 parent b9a0569 commit 2b465e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/order/widget/ordermgr/CustRequestForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ under the License.
<auto-fields-entity entity-name="CustRequestParty" default-field-type="display"/>
<field name="custRequestId"><hidden/></field>
<field name="partyId" widget-style="buttontext">
<display-entity also-hidden="false" entity-name="PartyNameView" key-field-name="partyId" description="${groupName}${firstName} ${lastName}">
<display-entity also-hidden="true" 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>
Expand Down

0 comments on commit 2b465e9

Please sign in to comment.