Skip to content

Commit

Permalink
Add fieldCollectionPlaces (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Mar 8, 2024
1 parent 9c40472 commit 1a19648
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/recordTypes/collectionobject/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,9 @@ const template = (configContext) => {
<Field name="fieldCollectionMethod" />
</Field>

<Field name="fieldCollectionPlace" />
<Field name="fieldCollectionPlaces">
<Field name="fieldCollectionPlace" />
</Field>
<Field name="fieldLocVerbatim" subpath="ns2:collectionobjects_anthro" />

<Field name="fieldCollectionSources">
Expand Down

0 comments on commit 1a19648

Please sign in to comment.