Skip to content

Commit

Permalink
DRYD-1357: Add Other Number/Other Number Type (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Lee <[email protected]>
  • Loading branch information
mikejritter and Ray Lee authored Jan 17, 2024
1 parent 72a74df commit dab88bc
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 19 deletions.
36 changes: 18 additions & 18 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"chai-as-promised": "^5.3.0",
"chai-immutable": "^1.6.0",
"cross-env": "^2.0.0",
"cspace-ui": "^8.0.0",
"cspace-ui": "^9.0.0-dev.4",
"css-loader": "^6.7.3",
"eslint": "^6.7.2",
"eslint-config-airbnb": "^18.0.1",
Expand Down
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 @@ -32,6 +32,13 @@ const template = (configContext) => {
<Field name="deadDate" subpath="ns2:collectionobjects_botgarden" />
</Row>

<Field name="otherNumberList">
<Field name="otherNumber">
<Field name="numberValue" />
<Field name="numberType" />
</Field>
</Field>

{/*
This layout of taxonomicIdentGroup from the naturalhistory extension is unique to the
botgarden profile's collectionobject form, so it's defined here, instead of using the
Expand Down

0 comments on commit dab88bc

Please sign in to comment.