evergreen:tags/rel_3_9_0RC1

Last commit made on 2022-04-21
Get this branch:
git clone -b tags/rel_3_9_0RC1 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_9_0RC1
Repository:
lp:evergreen

Recent commits

2e80965... by Mike Rylander

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Mike Rylander <email address hidden>

3e9e293... by Mike Rylander

bumping Perl version string for 3.9.0RC1

Signed-off-by: Mike Rylander <email address hidden>

3562d51... by Mike Rylander

Translation updates - po files

Signed-off-by: Mike Rylander <email address hidden>

bcebd4c... by Mike Rylander

Docs and release notes

Signed-off-by: Mike Rylander <email address hidden>

b8dc075... by Mike Rylander

Updated translatable strings

Signed-off-by: Mike Rylander <email address hidden>

6169483... by Mike Rylander

Include cs-CZ build of the Angular staff client during release building

Signed-off-by: Mike Rylander <email address hidden>

3663817... by Dan Briem

LP#1965317 Barcode Completion on Traditional Cat Staff Holds

This allows the completed barcode to populate in the barcode
input when the hold group interface isn't rendered.

Signed-off-by: Dan Briem <email address hidden>
Signed-off-by: Michele Morgan <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

ab5478b... by Bill Erickson

LP1956626 Copy editor loads all needed copy locations

The item-location-select component now allows the caller to pass in a
set of context org unit IDs (in lieu of just a single id) for loading
copy locations across different areas of the org unit tree (without
having to load *all* copy locations).

Changes applied to the Angular copy location editor to pass the needed
context org units to the item location select component.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

6433149... by Galen Charlton <email address hidden>

LP#1950468: make Replace Barcode from Item Status detect duplicate barcodes

This patch makes the Replace Barcode action when invoked from
Item Status properly detect and warn if the replacement barcode
is a duplicate of one already found in the system. This is a complement
to the fix for bug 1890498.

To test
-------

[1] Enter an item barcode into Item Status.
[2] Try 'Replace Barcode' from detail view and set the
    replacement barcode to one that is already active in
    Evergreen. Note that the dialog closes without
    updating the barcode or warning about the duplicate and
    that a error is logged in the browser console.
[3] Repeat step 2, but this time from list view. Note
    the problem remains the same.
[4] Apply the patch and repeat steps 2 and 3. Note that
    now the dialog will remain open and will display an
    error message complaining about the duplicate barcode.

Signed-off-by: Galen Charlton <email address hidden>
Signed-off-by: Erica Rohlfs <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>

5a808f1... by Bill Erickson

LP1969232 Use fonts-only material icon fonts package

This replaces the larger package which caused 'npm install' to take a
very long time to complete.

Signed-off-by: Bill Erickson <email address hidden>
Signed-off-by: Jane Sandberg <email address hidden>