Skip to content

1.3.0 Drupal 10.2 & COI

Compare
Choose a tag to compare
@alxp alxp released this 05 Feb 19:24
· 62 commits to main since this release
d652ec6

Summary

  • Updates Drupal core to 10.2.2 and also updates modules.
  • With the addition of the COI module, you should now see when islandora config form elements (e.g. the URL to ActiveMQ) are overridden in settings.php so editing them in the form is not possible. This is particularly relevant to users of the Site Template, which uses this method of config overrides.
  • Contributors field has a new default, Attributed name / relators:att.
    • It turns out that 'relators:asn' is meant for provenance-related names, while 'relators:att' is the default we wanted to use.
    • To change an existing site to match the starter site:
      • Go to Manage > Structure > Content Types > Repository Object > Manage Fields, and edit "Contributors".
      • In the "Available Relations" list, change relators:asn| to relators:asn|Associated name and move it down alphabetically in the list.
      • Find relators:att|Attributed name in the list, remove the Attributed name part and move it to the top of the list.
    • Changing existing objects that use 'relators:asn' is out of scope of these release notes (and you might want to leave them as is).
screenshot of available relations form with relators:att as the new default

What's Changed

  • Add Config Override Inspector (COI). by @rosiel in #117
  • Drupal update to 10.2 by @rosiel in #123
  • Fix the default relator in the Contributors (Linked Agent) field. by @rosiel in #124

Full Changelog: 1.1.1...1.3.0