]> git.evergreen-ils.org Git - Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/miscellaneous.adoc
lp1857911 follow-up tweaks
[Evergreen.git] / docs / RELEASE_NOTES_NEXT / miscellaneous.adoc
1 * Add patron home library code as a column to the View Holds grid in the staff catalog record details page (LP#1991726)
2 * Include template ID in the template table in the Reporter (LP#1998386)
3 * Remove the `pub` flag from the `biblio.record_note` table (LP#1978978)
4 * Add the publication date to the Staff Catalog's Shelf Browse (LP#1999432)
5 * Resolve search performance degradation with PostgreSQL version 12 and up (LP#1999274)
6 * Improved styling of paid line items in acquisitions screens (LP#1999270)
7 * Improved styling of the keyboard shortcut info modal (LP#1999955)
8 * (Developer) Add Emacs mode to `fm_IDL.xml` (LP#1914625)
9 * `autogen.sh` can now accept a `-c` switch to specify the location of `opensrf_core.xml`. This is useful for certain multi-tenant setups of Evergreen. (LP#2003707)
10 * Better organization of acquisitions line item alert fields (LP#2002977)
11 * Prevent templates from applying or changing magical status in angular holdings editor (LP#1999401)
12 * Prevent directly editing the shelving location deleted field in the Shelving Locations Editor (LP#2002435)
13 * The "Strict Barcode" checkbox is now closer to the barcode input on the Check Out, Check In, and Renew Items pages (LP#1990968)
14 * LP1929593 UPDATE_COPY_BARCODE permission
15
16     This adds the permission UPDATE_COPY_BARCODE and a new API call,
17
18       open-ils.cat.update_copy_barcode
19
20     which explicitly tests for both UPDATE_COPY_BARCODE and UPDATE_COPY,
21     with either being sufficient for allowing a barcode change.  Existing
22     Replace Barcode UI's in both Angular and AngularJS have been modified
23     to use this API call instead of the pcrud service.  One side-effect of
24     this has been better surfacing of errors, as errors in pcrud were
25     uncaught and bypassing the normal error handling.  This addresses
26     LP1951469.
27
28     The upgrade script gives any permission groups that already have the
29     UPDATE_COPY permission the new UPDATE_COPY_BARCODE permission at the
30     same depth, though it's technically not needed.
31 * Patron and staff login forms now include a button to reveal the password input. (LP#1977554)
32 * Adds new Local Administration entries for Item Statistical Categories Editor and Patron Statistical Categories Editor, which are angularized interfaces.
33 * Tweaks eg-grids to underline hyperlinks within cells.  This potentially affects multiple interfaces.
34 * eg-org-family-select now supports persistKey