1.3.0 Drupal 10.2 & COI
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|
torelators:asn|Associated name
and move it down alphabetically in the list. - Find
relators:att|Attributed name
in the list, remove theAttributed 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).
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