mjordan / persistent_identifiers

Drupal 8/9 Module that provides a generalized framework for minting and persisting persistent identifiers (DOIs, ARKs, etc.).
GNU General Public License v2.0
5 stars 11 forks source link

Ezid improvements #24

Open seth-shaw-unlv opened 2 years ago

seth-shaw-unlv commented 2 years ago

First, the EZID minter was not working with Drupal 9 as it couldn't find the Psr7\Message class.

Second, in the case where a persistent identifier field has multiple values, we were only serializing the first one in JSONLD. This update serializes all the values of a multi-valued identifier field.