[Bug 37589] New: Edit link when receiving orders is not going to the correct page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37589 Bug ID: 37589 Summary: Edit link when receiving orders is not going to the correct page Change sponsored?: --- Product: Koha Version: 24.05 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: wainuiwitikapark@catalyst.net.nz QA Contact: testopia@bugs.koha-community.org After applying patch from Bug 37533 - when receiving and editing the order - the Edit link to edit the item doesn't return to the correct page, it loads it then goes back to the edit order pop up that the link is on -- 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=37589 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |37533 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533 [Bug 37533] Invalid query when receiving an order -- 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=37589 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37589 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com, | |tomascohen@gmail.com Version|24.05 |Main Severity|enhancement |major --- Comment #1 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- I don't think it is related to 37533, but maybe to somethig underlying To recreate: 1 - Make sure your system or basket is set to create items when ordering 2 - Add an order to a basket 3 - Close the basket 4 - Receive shipments 5 - Select or create invoice 6 - Select the order 7 - In the receipt modal click the 'Edit' button for the item in the left hand table 8 - A popup is launched, then immediately closes at url: http://localhost:8081/cgi-bin/koha/cataloguing/additem.pl?op=edititem&biblionumber=76&itemnumber=1114&popup=1#edititem 9 - The link can be opened manually no problem, but when launched via the Edit button it always closes -- 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=37589 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on|37533 | --- Comment #2 from wainuiwitikapark@catalyst.net.nz --- (In reply to Nick Clemens (kidclamp) from comment #1)
I don't think it is related to 37533, but maybe to somethig underlying
To recreate: 1 - Make sure your system or basket is set to create items when ordering 2 - Add an order to a basket 3 - Close the basket 4 - Receive shipments 5 - Select or create invoice 6 - Select the order 7 - In the receipt modal click the 'Edit' button for the item in the left hand table 8 - A popup is launched, then immediately closes at url:
http://localhost:8081/cgi-bin/koha/cataloguing/additem. pl?op=edititem&biblionumber=76&itemnumber=1114&popup=1#edititem 9 - The link can be opened manually no problem, but when launched via the Edit button it always closes
Hi Nick, thanks for your comment! I think you are probably correct, I can remove the dependency link. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37533 [Bug 37533] Invalid query when receiving an order -- 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=37589 --- Comment #3 from wainuiwitikapark@catalyst.net.nz --- This issue seems to be to do with the popup=1 part of the url -- 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=37589 Brendan Lawlor <blawlor@clamsnet.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |blawlor@clamsnet.org Resolution|--- |DUPLICATE --- Comment #4 from Brendan Lawlor <blawlor@clamsnet.org> --- *** This bug has been marked as a duplicate of bug 37536 *** -- 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=37589 --- Comment #5 from Brendan Lawlor <blawlor@clamsnet.org> --- (In reply to wainuiwitikapark from comment #3)
This issue seems to be to do with the popup=1 part of the url
It is indeed when popup=1. The issue is the javascript checks for op = 'saveitem' needs to be updated to op = 'cud-saveitem' -- 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=37589 --- Comment #6 from wainuiwitikapark@catalyst.net.nz --- (In reply to Brendan Lawlor from comment #5)
(In reply to wainuiwitikapark from comment #3)
This issue seems to be to do with the popup=1 part of the url
It is indeed when popup=1. The issue is the javascript checks for op = 'saveitem' needs to be updated to op = 'cud-saveitem'
Thanks heaps!!! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org