Skip to content

Commit

Permalink
DRYD-1419: Remove non-indexed materials fields from public browser te…
Browse files Browse the repository at this point in the history
…mplate
  • Loading branch information
mikejritter committed Dec 19, 2024
1 parent ca8bdb8 commit 129a56d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/plugins/recordTypes/collectionobject/forms/public.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,8 @@ const template = (configContext) => {
</Field>

<Field name="materialGroupList">
<Field name="materialGroup">
<Field name="material" />
<Field name="materialComponent" />
<Field name="materialComponentNote" />
<Field name="materialName" />
<Field name="materialSource" />
<Field name="materialGroup" tabular={false}>
<Field name="material" label="" embedded />
</Field>
</Field>

Expand Down

0 comments on commit 129a56d

Please sign in to comment.