Skip to content

Commit

Permalink
DRYD-1374: Add objectCountGroup fields for collectionobject (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Lee <[email protected]>
  • Loading branch information
mikejritter and ray-lee authored Feb 7, 2024
1 parent d5ef4e4 commit aaa7d20
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/plugins/recordTypes/collectionobject/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const template = (configContext) => {
<Row>
<Col>
<Field name="objectNumber" />
<Field name="numberOfObjects" />

<Field name="otherNumberList">
<Field name="otherNumber">
Expand Down Expand Up @@ -101,6 +100,16 @@ const template = (configContext) => {
</Panel>
</Field>
</Field>

<Field name="objectCountGroupList">
<Field name="objectCountGroup">
<Field name="objectCount" />
<Field name="objectCountType" />
<Field name="objectCountCountedBy" />
<Field name="objectCountDate" />
<Field name="objectCountNote" />
</Field>
</Field>
</Panel>

<Panel name="desc" collapsible collapsed>
Expand Down

0 comments on commit aaa7d20

Please sign in to comment.