https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38251

Phil Ringnalda <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Phil Ringnalda <[email protected]> ---
You can remove items, what you can't do is remove an item: one fails, two or
more works.

https://git.koha-community.org/Koha-community/Koha/src/commit/e74f10042d78a919fabab43f60e64d238686a33e/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt#L955
thinks that if  selected_titles.size() == 1 that means you clicked the Remove
from this list and it can just stuff the biblionumber in its hidden form and
submit that, but biblionumber isn't defined if you checked one checkbox and
used Remove selected items.

Bonus, in #L967 single_bib is always undefined, it's a Reference error, so no
matter what you do and whether it works or not you get a nice JS error in the
console.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to