]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1735566: Ask before deleting items in non-ideal statuses in AngularJS user/sandbergja/lp1735566_delete_copy_not_ideal_status
authorJane Sandberg <sandbej@linnbenton.edu>
Thu, 17 Oct 2019 18:11:34 +0000 (11:11 -0700)
committerJane Sandberg <sandbej@linnbenton.edu>
Thu, 17 Oct 2019 18:11:40 +0000 (11:11 -0700)
commit701cc6157677ecc6e120db058f29be3c981b4dfb
treedadfd7dac30ec52fd379bbcaeceba05569e014fb
parentcf4703e8f03d29eba2fef25b82f3624053e5588e
LP1735566: Ask before deleting items in non-ideal statuses in AngularJS

To test:

1) Apply this commit.
2) Log in as a user with COPY_DELETE_WARNING.override permission.
3) Go to item status and scan an item in a non-ideal status (like #1:
checked out)
4) Delete the item.  Note that you are alerted of the item's non-ideal
status, and you can confirm that you actually want to delete it.
5) Repeat steps 3-4 with an item in an ideal status (like #0:
Available). Note that no such alert appears.
6) Open the holdings view and repeat steps 4-5.
7) Log in as a user without the COPY_DELETE_WARNING.override
permission. Note that you are still informed about the non-ideal status,
but you aren't able to continue with the deletion without an admin
using their credentials.

Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Open-ILS/src/templates/staff/cat/catalog/index.tt2
Open-ILS/src/templates/staff/circ/share/circ_strings.tt2
Open-ILS/web/js/ui/default/staff/cat/catalog/app.js
Open-ILS/web/js/ui/default/staff/circ/services/item.js