]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/miscellaneous.adoc
LP2061136 - Stamping 1405 DB upgrade script
[working/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 and holdings view in the Angular staff catalog record
23   details page now include '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.
33 * Funding sources now have an active flag. If a funding source is marked
34   as inactive, adding credits to it or allocating from it is disabled, and
35   it will not show up in the list of possible funding sources when allocating
36   to a fund.
37 * Carousels on the public catalog home page now take up 80% of the page width
38   by default rather than just 40%
39 * Add a new library setting, 'Workstation OU is the default for staff-placed holds',
40   to indicate that the workstation OU should be set as the default pickup
41   location for hold requests that are placed via the staff interface. The
42   process for setting the default pickup location is now:
43   . Workstation if the 'Workstation OU is the default for staff-placed holds' setting
44     is turned on
45   . The user's preferred pickup location, if set
46   . if the user's preferred pickup location is not set, the
47     Workstation if the 'Workstation OU fallback for staff-placed holds'
48     setting is turned on
49   . Otherwise, it defaults to the user's home library.