]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/miscellaneous.adoc
LP#1906855: add release notes entry
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / miscellaneous.adoc
1 * In the Angular staff catalog, rename 'Catalog Preferences' to
2   'Search Preferences' and add a return button.
3 * The 'Search Filter Groups' administration interface is now ported
4   to Angular.
5 * The patron record editor now has a button to send a password
6   reset email to the patron's email address.
7 * Angular grids now have a have a 'Manage Actions Menu' configuration
8   action to allow users to control which actions are displayed
9   on the context menu for the grid.
10 * Add a new pair of library settings to support pickup library-based
11   hold stalling. 'Pickup Library Soft stalling interval', when set for,
12   the pickup library, specifies that for holds with a request time age
13   smaller than the specified interval only items scanned at the pickup
14   library can be opportunistically captured. Example "5 days". This setting
15   takes precedence over "Soft stalling interval" (circ.hold_stalling.soft)
16   when the interval is in force. 'Pickup Library Hard stalling interval',
17   when set for the pickup library, specifies that no items with a
18   calculated proximity greater than 0 from the pickup library can be
19   directly targeted for this time period if there are local available
20   copies.
21 * New database rules now protect bre.id -1, acn.id -1 and acl.id 1 from editing.
22 * The item table in the Angular staff catalog record details page now
23   includes 'Total Circ Count' and 'Last Circ Date' columns.
24 * There is a new library setting, 'Staff Catalog Search Filters', that can be
25   used to customize the list of search filters that are available on the
26   Angular staff catalog advanced search form. This setting takes an array
27   of desired filters, e.g., `["item_lang","audience","lit_form"]`. The complete
28   list of available filters is item_type, item_form, item_lang, audience,
29   vr_format, bib_level, and lit_form. If the library setting is not set,
30   all of the filters are displayed.
31 * The Bootstrap public catalog now displays cover images on the My Account
32   items checked out, check out history, holds, and holds history pages.