Skip to content

Commit

Permalink
DRYD-1374: Add objectCountGroup fields for collectionobject (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Lee <ray.lee@lyrasis.org>
  • Loading branch information
mikejritter and Ray Lee authored Feb 7, 2024
1 parent e232bb8 commit a63f3aa
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="responsibleDepartments">
<Field name="responsibleDepartment" />
Expand Down Expand Up @@ -94,6 +93,16 @@ const template = (configContext) => {
</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>

<Row>
<Field name="owners">
<Field name="owner" />
Expand Down

0 comments on commit a63f3aa

Please sign in to comment.