Bugfix
- Adding "libraries" context and translations fix (RM 592)
- Fix forbidden acces on items list (RM 493)
- Ability to add items information in content (dynamic field).
- opac_items_fieldset options are now radios button.
- Wrong use of opac_items_fieldset variable that cause a malformed html output (seen for items display). (RM 610)
- Remove hook_ds_fields_info implementations: they prevent pseudo-fields to be displayed when using a DS layout.
- Show a link in items page to back to the record. Items page title is differente according to opac_items_show_tab variable. (RM 611)
Features
- Display items into biblio record and not into a tab (RM 362 -> Story #205))
- Display callnumber into checkouts and holds (RM 583 -> Story RM 559)
This introduces 2 new connector methods patronCheckoutsFields and
patronHoldsFields.
Fields can be hidden and re-ordered. It's a by-server configuration.
Configuration is at
admin/config/opac/servers/manage/:server_id/patron-fields
All the configuration is stored in a Drupal variable 'opac_users_fields'
With fixes:
- Empty user pages cache when modifying fields configuration
- Use custom date format for checkouts dates
- Place html formatting of duedate after formatting it into a date
(converting an HTML string into a date never worked...)