Skip to content

Commit

Permalink
Merge branch 'master' into dryd-1397
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee authored Mar 5, 2024
2 parents e1ecfd4 + 424570d commit 78e12a2
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cspace-ui-plugin-profile-lhmc",
"version": "7.0.0-rc.1",
"version": "7.0.0-rc.2",
"description": "Local History and Material Culture profile plugin for the CollectionSpace UI",
"author": "Ray Lee <[email protected]>",
"license": "ECL-2.0",
Expand Down Expand Up @@ -57,7 +57,7 @@
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.6.0",
"cross-env": "^2.0.0",
"cspace-ui": "^9.0.0-dev.6",
"cspace-ui": "^9.0.0-rc.2",
"css-loader": "^6.7.3",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
Expand Down
8 changes: 8 additions & 0 deletions src/plugins/recordTypes/person/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ const template = (configContext) => {
Subrecord,
} = configContext.recordComponents;

const {
extensions,
} = configContext.config;

return (
<Field name="document">
<Panel name="info" collapsible>
Expand Down Expand Up @@ -216,6 +220,10 @@ const template = (configContext) => {
</Field>
</Panel>

<Panel name="authorities" collapsible collapsed>
{extensions.associatedAuthority.form}
</Panel>

<Panel name="hierarchy" collapsible collapsed>
<Field name="relation-list-item" subpath="rel:relations-common-list" />
</Panel>
Expand Down
4 changes: 4 additions & 0 deletions src/plugins/recordTypes/place/forms/default.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ const template = (configContext) => {
</Field>
</Panel>

<Panel name="authorities" collapsible collapsed>
{extensions.associatedAuthority.form}
</Panel>

<Panel name="hierarchy" collapsible collapsed>
<Field name="relation-list-item" subpath="rel:relations-common-list" />
</Panel>
Expand Down

0 comments on commit 78e12a2

Please sign in to comment.