Skip to content

Commit

Permalink
Add fieldCollectionPlaces (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Mar 8, 2024
1 parent bd45425 commit c48646f
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 @@ -489,7 +489,9 @@ const template = (configContext) => {
<Field name="fieldCollectionMethod" />
</Field>

<Field name="fieldCollectionPlace" />
<Field name="fieldCollectionPlaces">
<Field name="fieldCollectionPlace" />
</Field>

<Field name="fieldCollectionSources">
<Field name="fieldCollectionSource" />
Expand Down

0 comments on commit c48646f

Please sign in to comment.