Skip to content

Commit

Permalink
OFBIZ-5974: Added missing value field for entity-one tag.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1679743 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
dixitdeepak committed May 16, 2015
1 parent 8d0bdb6 commit 3968e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specialpurpose/scrum/widget/TaskForms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@
<form name="ListTaskNote" type="list" list-name="workNoteList"
odd-row-style="alternate-row" default-table-style="basic-table hover-bar" paginate-target="TaskNote">
<row-actions>
<entity-one entity-name="NoteData" auto-field-map="true"/>
<entity-one entity-name="NoteData" auto-field-map="true" value-field="noteId"/>
</row-actions>
<field name="noteId"><hidden/> </field>
<field name="noteName"><display/></field>
Expand Down

0 comments on commit 3968e01

Please sign in to comment.