Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CollectionSpace Application Changelog

## 9.0.0

### CollectionObject

* Add home location group `homeLocationGroupList/homeLocationGroup`

## 8.3.0

### Authorities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@
<field id="comment" datatype="largetext" />
</repeat>
<field id="computedCurrentLocation" authref-in-services="true" />
<repeat id="homeLocationGroupList/homeLocationGroup">
<field id="homeLocation" autocomplete="true" mini="list" />

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if it's intended or not, but mini="list" will make the homeLocation return in collectionobjects/list/. I don't really see an issue with this, just wanted to double check.

<field id="homeLocationNote" />
</repeat>

<repeat id="publishToList" services-type-anonymous="false">
<field id="publishTo" autocomplete="true" ui-type="enum" />
Expand Down