Skip to content

Commit

Permalink
Update fieldCollectionPlace to be repeatable (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Mar 14, 2024
1 parent 28bef32 commit 03d0677
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 @@ -581,7 +581,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 03d0677

Please sign in to comment.