[Koha-bugs] [Bug 7257] Add a link to remove an individual title from a list

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 2 20:45:24 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7257

--- Comment #2 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 20083
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20083&action=edit
Bug 7257 - Add a link to remove an individual title from a list

It should be possible when viewing the contents of a list to click a
link to remove an individual title from the list without having to check
a checkbox and click another button.

This patch adds a link to each list item to "Remove from this list."
The functionality is JavaScript-dependent, automatically checking the
appropriate checkbox and submitting the form to delete.

To test, view a list for which you have delete permission. There should
be a "Remove from this list" link next to each item on the list. Test
delete functionality by:

- Clicking the link and then clicking cancel.
- Clicking the link and confirming.
- Checking more than one checkbox and then clicking a single remove
  link (only the one corresponding record should be removed).
- Checking one or more checkboxes and clicking the "Remove from list"
  link at the top of the page.

If JavaScript is disabled the links should not appear.

There are now two delete confirmation messages: One if you're removing
only one item, another if you're removing more than one. This is true
whether you use the links or the checkboxes.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list