Version 7.2 (Released 8/2023)
Table of Contents
7.2 Release Summary
Version 7.2 includes the new Chronology authority, many new reports, new fields on various records, and numerous bug fixes.
Development Dates: 01/01/2023-07/28/2023
Release Date: 8/2023
Release notes
Release 7.2 does not contain any breaking changes.
New functionality
A new Chronology authority has been added. DRYD-1133: Creation of Chronology (Time/Event) AuthorityClosed
Media record images can now be included in PDF-formatted reports. DRYD-1221: Develop a method for including images in reportsClosed
The following new reports have been added: DRYD-1117: Workflow ReportsClosed
Deed of Gift
Incoming Loan
Outgoing Loan
Accessions
Deaccessions
Referral
Incoming Loan Letter
Outgoing Loan Letter
Box List
Tombstone with Image and Budget
Tombstone with Parameterized Creator
Object with Full Current Place Details
Condition
Basic Object with Computed Location
Reports and batch jobs (aka data updates) are now automatically registered when CollectionSpace starts. It is no longer necessary to manually post metadata to the REST API to activate a report or batch job. DRYD-1230: Automatically install reports on startupClosed
Attempting to create a circular hierarchy (in authority records and Object records) now results in an error. DRYD-1042: UI allows creation of circular hierarchical relationshipsClosed
In the Anthropology Profile, a new Archaeology Site vocabulary has been added to the Place authority. DRYD-1217: Archaeological Site Authority / FieldClosed
In the Materials Profile, the Valuation procedure has been enabled. DRYD-1275: Add Valuation Control Procedure to Material Order ProfileClosed
Selection of alternate terms in authority controlled-fields can now be disabled globally. Previously, this could only be configured on a per-authority basis. DRYD-1081: Disallow users from selecting altTerms for use as field values by defaultClosed
Schema changes
On the Loan In and Loan Out records, the credit line field has been added. DRYD-1146: Add creditLine field to loan proceduresClosed
On the Object record, a controlled Material field has been added (alongside the existing free text Material field). DRYD-1167: Controlled MaterialClosed
On the Object record, a controlled Object Name field has been added (alongside the existing free text Object Name field). DRYD-1128: Controlled Object NameClosed
In the Anthropology Profile, on the Object record, a NAGPRA Note field has been added. DRYD-1211: NAGPRA Note FieldClosed
On the Object record, new fields bound to the Chronology authority have been added: Object Production Era, Associated Event or Period/Era, Content Event or Period/Era. DRYD-1238: Add Content event or period/era (controlled), Associated event or period/era (controlled) to the object recordClosed
In the Anthropology Profile, on the Object record, a Field Collection Site field has been added. DRYD-1217: Archaeological Site Authority / FieldClosed
On the Object record, a Description Level field has been added. DRYD-1213: Add Description Level to Anthro/Core/Fcart/LHMCClosed
On the Object record, an Apparel Size field has been added. https://collectionspace.atlassian.net/browse/DRYD-1214
The system URI field can now be exported. https://collectionspace.atlassian.net/browse/DRYD-1080
Bug fixes
In the built-in reports, fields that reference other records (those controlled by authorities and dynamic term lists) are no longer rendered as URNs. https://collectionspace.atlassian.net/browse/DRYD-1154
Broken images in the footers of some reports have been removed. https://collectionspace.atlassian.net/browse/DRYD-1237
When registering reports and batch jobs (aka data updates), some confusion regarding the
doctype=Group
andmode=group
settings has been resolved. It is now possible to register a report/batch that runs in group mode (and appears on a single Group record sidebar), without having it also appear in the sidebar of search results for Group records. https://collectionspace.atlassian.net/browse/DRYD-1069REST API calls to retrieve derivatives for a blob (
/cspace-services/blobs/{csid}/derivatives
) now include correctitemsInPage
andtotalItems
counts. https://collectionspace.atlassian.net/browse/DRYD-1183REST API calls to the
systeminfo
endpoint now include the correct build number (git commit hash), instead of always reporting 0. https://collectionspace.atlassian.net/browse/DRYD-1145The following fields are now correctly exported from search results, instead of being blank:
createdBy
,createdAt
,updatedBy
,updatedAt
. https://collectionspace.atlassian.net/browse/DRYD-901Fields with the same name in different schema now save properly. https://collectionspace.atlassian.net/browse/DRYD-989
The pop-up that appears when hovering over an authority-controlled field value now continues to work after the value has just been changed. https://collectionspace.atlassian.net/browse/DRYD-1236
Confusing login error messages and spurious login failures have been fixed. https://github.com/collectionspace/cspace-ui.js/pull/182
Unnecessary repeated requests to fulfill searches are no longer made after a login session has expired. https://collectionspace.atlassian.net/browse/DRYD-1259