[Bug 42701] New: Ability to click anywhere in item row for edit and delete options is missing
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Bug ID: 42701 Summary: Ability to click anywhere in item row for edit and delete options is missing Initiative type: --- Sponsorship --- status: Product: Koha Version: 25.11 Hardware: All OS: All Status: NEW Severity: performance Priority: P5 - low Component: Cataloging Assignee: koha-bugs@lists.koha-community.org Reporter: barbara.johnson@bedfordtx.gov QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl We just noticed this behavior change when editing items on additem.pl. Catalogers can no longer click anywhere on the row for an item to get the edit/delete options. It has always been the case that the user could go to the specific item and could click in any cell within the row which would then display the links for 'Edit item' and 'Delete item' (see screenshot) Now the user must click specifically on the Actions dropdown button to get the list of five options. Being able to click in any cell and get the two most used links was a nice time saver because the user didn't have to focus on a specific button. It was really easy to just click and go. The ability to edit items in this way has been in effect at least since version 3.16 and our catalogers are not happy with losing this functionality. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #1 from Barbara Johnson <barbara.johnson@bedfordtx.gov> --- Created attachment 199595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199595&action=edit Ability to click anywhere in cell/row to get edit and delete options -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |barbara.johnson@bedfordtx.g | |ov -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |41170 Assignee|koha-bugs@lists.koha-commun |emily.lamancusa@montgomeryc |ity.org |ountymd.gov Status|NEW |ASSIGNED CC| |emily.lamancusa@montgomeryc | |ountymd.gov --- Comment #2 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Looks like this is a bug introduced by bug 41170. As a stopgap, I was able to spot fix it by adding the following JQuery to the IntranetUserJS system preference: $(document).ready(function () { // Workaround for bug 42701 if($('#cat_additem').length > 0) { $('#itemst').find('tr').addClass('editable'); } }); Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41170 [Bug 41170] Highlight previously edited item on add items page -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #3 from Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> --- Created attachment 199612 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199612&action=edit Bug 42701: Fix editable class on additem.pl When editing the items on a biblio record, you should be able to select an item to edit by clicking anywhere on the item row. This functionality was lost because the "editable" class was not getting added correctly to the table row. This patch fixes that issue. To test: 1. Find a biblio record that has at least one item 2. Click on Edit > Manage items 3. In the table that lists editable items, click on any cell of any item (other than the Actions button) --> Nothing happens; the buttons to "Edit item" and "Delete item" do not appear as expected 4. Apply patch and refresh the page 5. Repeat step 3 --> The buttons to "Edit item" and "Delete item" appear -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|performance |normal -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Emily Lamancusa (emlam) <emily.lamancusa@montgomerycountymd.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 OpenFifth Sandboxes <sandboxes@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #199612|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #4 from OpenFifth Sandboxes <sandboxes@openfifth.co.uk> --- Created attachment 199613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199613&action=edit Bug 42701: Fix editable class on additem.pl When editing the items on a biblio record, you should be able to select an item to edit by clicking anywhere on the item row. This functionality was lost because the "editable" class was not getting added correctly to the table row. This patch fixes that issue. To test: 1. Find a biblio record that has at least one item 2. Click on Edit > Manage items 3. In the table that lists editable items, click on any cell of any item (other than the Actions button) --> Nothing happens; the buttons to "Edit item" and "Delete item" do not appear as expected 4. Apply patch and refresh the page 5. Repeat step 3 --> The buttons to "Edit item" and "Delete item" appear Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Barbara Johnson <barbara.johnson@bedfordtx.gov> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |Laura.escamilla@bywatersolu |y.org |tions.com Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Laura Escamilla <Laura.escamilla@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #199613|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #5 from Laura Escamilla <Laura.escamilla@bywatersolutions.com> --- Created attachment 199683 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=199683&action=edit Bug 42701: Fix editable class on additem.pl When editing the items on a biblio record, you should be able to select an item to edit by clicking anywhere on the item row. This functionality was lost because the "editable" class was not getting added correctly to the table row. This patch fixes that issue. To test: 1. Find a biblio record that has at least one item 2. Click on Edit > Manage items 3. In the table that lists editable items, click on any cell of any item (other than the Actions button) --> Nothing happens; the buttons to "Edit item" and "Delete item" do not appear as expected 4. Apply patch and refresh the page 5. Repeat step 3 --> The buttons to "Edit item" and "Delete item" appear Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 koha-US bug tracker <bugzilla@koha-us.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@koha-us.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |26.11.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #6 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Thanks everyone! Pushed to main for 26.11! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|26.11.00 |26.11.00,26.05.01 released in| | Status|Pushed to main |Pushed to stable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 --- Comment #7 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to 26.05.x for the upcoming 26.05.01 release. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |baptiste.wojtkowski@biblibr | |e.com Version(s)|26.11.00,26.05.01 |26.11.00,26.05.01,25.11.06 released in| | --- Comment #8 from Baptiste Wojtkowski (bwoj) <baptiste.wojtkowski@biblibre.com> --- Pushed into 25.11.x for 25.11.06 nice work everyone -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Laura O'Neil <laura@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |laura@bywatersolutions.com Status|Pushed to stable |Pushed to oldstable -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42701 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |janet.mcgowan@openfifth.co. | |uk --- Comment #9 from Jonathan Druart <jonathan.druart@gmail.com> --- *** Bug 42957 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org