evergreen:tags/rel_3_0_7

Last commit made on 2018-04-19
Get this branch:
git clone -b tags/rel_3_0_7 https://git.launchpad.net/evergreen

Branch merges

Branch information

Name:
tags/rel_3_0_7
Repository:
lp:evergreen

Recent commits

90d3ef2... by Chris Sharp

Bumping version numbers, adding Upgrade Script and Changelog

Signed-off-by: Chris Sharp <email address hidden>

7f5fdd4... by Chris Sharp

Updating upgrade docs for 3.0.7.

Signed-off-by: Chris Sharp <email address hidden>

b9fd9ca... by Chris Sharp

Bumping Perl version string for 3.0.7

Signed-off-by: Chris Sharp <email address hidden>

49e8253... by Chris Sharp

Translation updates - po files

Signed-off-by: Chris Sharp <email address hidden>

ca858b9... by Dan Wells

Touch up release notes for 3.0.7

Signed-off-by: Dan Wells <email address hidden>

228aba9... by Jason Stephenson

LP1760662: Item Status Holdable Field Display Follow-up

Remove the boolText filter because it was always return false.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Dan Wells <email address hidden>

f525699... by Jason Boyer

LP1760662: Item Status Holdable Field Display

The Holdable field on the Summary tab of the Detail View
of Item Status was displaying the value for OPAC Visible.
Let's change that from opac_visible() to holdable().

Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Dan Wells <email address hidden>

e9e0b4e... by Jason Stephenson

Lp 1735539: Fix Item Status ability to delete multiple copies.

Use the notify handler instead of the resolve handler to collect our
copies. This ensures we get them all instead of just the last one.

To reproduce the bug:
   1. Open Item Status in the web staff client.
   2. Load multiple items, perhaps by uploading a file of barcodes.
   3. Select more than 1 item from the list.
   4. Choose "Delete Items" from the Actions menu.
   5. Note that the dialog indicates that you will delete 1 copy.
   6. Click the Cancel button in the dialog.

To test, after applying the fix branch:
   1. Open Item Status in the web staff client.
   2. Load multiple items, perhaps by uploading a file of barcodes.
   3. Select more than 1 item from the list.
   4. Choose "Delete Items" from the Actions menu.
   5. Note that that the dialog indicates you will delete X copies,
      where X is the number of items selected.
   6. Click OK and confirm that all copies were deleted.
   7. You can confirm 6 by reloading the interface and uploading the
      file of barcodes again.

Signed-off-by: Jason Stephenson <email address hidden>
Signed-off-by: Jason Boyer <email address hidden>
Signed-off-by: Dan Wells <email address hidden>

f8e98c9... by Jane Sandberg

Docs: starting release notes for 3.0.7

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

e0b6c83... by Morkor Quarshie <email address hidden>

Docs: Minor updates in Ordering_materials.adoc

  - A menu item was slightly incorrect. This fixes it.
  - Added a missing step to click "New" button.

Signed-off-by: Remington Steed <email address hidden>