Skip to content

Commit

Permalink
Adjust Annotation Block (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Dec 19, 2024
1 parent 58d0c29 commit 5e1a6dd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 26 deletions.
26 changes: 13 additions & 13 deletions src/plugins/recordTypes/collectionobject/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,6 @@ const template = (configContext) => {
</Col>
</Row>

<Field name="annotationGroupList" subpath="ns2:collectionobjects_annotation">
<Field name="annotationGroup">
<Panel>
<Row>
<Field name="annotationType" />
<Field name="annotationDate" />
<Field name="annotationAuthor" />
</Row>
<Field name="annotationNote" />
</Panel>
</Field>
</Field>

<Field name="titleGroupList">
<Field name="titleGroup">
<Panel>
Expand Down Expand Up @@ -174,6 +161,19 @@ const template = (configContext) => {
</Field>

<Field name="objectProductionNote" />

<Field name="annotationGroupList" subpath="ns2:collectionobjects_annotation">
<Field name="annotationGroup">
<Panel>
<Row>
<Field name="annotationType" />
<Field name="annotationDate" />
<Field name="annotationAuthor" />
</Row>
<Field name="annotationNote" />
</Panel>
</Field>
</Field>
</Panel>

<Panel name="hierarchy" collapsible collapsed>
Expand Down
13 changes: 0 additions & 13 deletions src/plugins/recordTypes/collectionobject/forms/tombstone.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,6 @@ const template = (configContext) => {
</Col>
</Row>

<Field name="annotationGroupList" subpath="ns2:collectionobjects_annotation">
<Field name="annotationGroup">
<Panel>
<Row>
<Field name="annotationType" />
<Field name="annotationDate" />
<Field name="annotationAuthor" />
</Row>
<Field name="annotationNote" />
</Panel>
</Field>
</Field>

<Field name="titleGroupList">
<Field name="titleGroup">
<Field name="title" embedded label="" />
Expand Down

0 comments on commit 5e1a6dd

Please sign in to comment.