Skip to content

Commit

Permalink
DRYD-1506: Add published related links
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter committed Sep 4, 2024
1 parent f3f0521 commit 35e945a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/plugins/recordTypes/collectionobject/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@ const template = (configContext) => {
<Field name="referenceNote" />
</Field>
</Field>

<Field name="publishedRelatedLinkGroupList">
<Field name="publishedRelatedLinkGroup">
<Field name="relatedLink" />
<Field name="descriptiveTitle" />
</Field>
</Field>
</Panel>

<Panel name="collect" collapsible collapsed>
Expand Down
7 changes: 7 additions & 0 deletions src/plugins/recordTypes/collectionobject/forms/photo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,13 @@ const template = (configContext) => {
<Field name="referenceNote" />
</Field>
</Field>

<Field name="publishedRelatedLinkGroupList">
<Field name="publishedRelatedLinkGroup">
<Field name="relatedLink" />
<Field name="descriptiveTitle" />
</Field>
</Field>
</Panel>

<Panel name="hierarchy" collapsible collapsed>
Expand Down

0 comments on commit 35e945a

Please sign in to comment.