[Bug 22992] New: When you merge records in a list there is no way to return to the list
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 Bug ID: 22992 Summary: When you merge records in a list there is no way to return to the list Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Lists Assignee: koha-bugs@lists.koha-community.org Reporter: axel.amghar@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: m.de.rooy@rijksmuseum.nl Target Milestone: --- In a list, you can merge records but when you do it, there is no way to return to the list directly. -- 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=22992 axel Amghar <axel.amghar@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |axel.amghar@biblibre.com |ity.org | -- 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=22992 --- Comment #1 from axel Amghar <axel.amghar@biblibre.com> --- Created attachment 90145 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90145&action=edit Bug 22992: Ability to return to the list when you merge records of a list Test plan: Without the patch : - Create 2 records - Add them to the same list - Go to the list and merge these two patrons - In the nav bar you can't go back to the list Apply the patch - Now you should have a nav bar to return to the list like that :https://snag.gy/cnWxa2.jpg - Test every link of the nav bar, they should work - Make all the merge process, and test the links on the 3 pages -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 axel Amghar <axel.amghar@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- I see one very small issue: This breadcrumb link: Contents of <i>[% shelf.name | uri %]</i> ...that should use the "html" filter instead of "uri" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 axel Amghar <axel.amghar@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #90145|0 |1 is obsolete| | --- Comment #3 from axel Amghar <axel.amghar@biblibre.com> --- Created attachment 90175 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90175&action=edit Bug 22992: Ability to return to the list when you merge records of a list Test plan: Without the patch : - Create 2 records - Add them to the same list - Go to the list and merge these two patrons - In the nav bar you can't go back to the list Apply the patch - Now you should have a nav bar to return to the list like that :https://snag.gy/cnWxa2.jpg - Test every link of the nav bar, they should work - Make all the merge process, and test the links on the 3 pages -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 axel Amghar <axel.amghar@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch 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=22992 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #90175|0 |1 is obsolete| | --- Comment #4 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 90183 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=90183&action=edit Bug 22992: Ability to return to the list when you merge records of a list Test plan: Without the patch : - Create 2 records - Add them to the same list - Go to the list and merge these two patrons - In the nav bar you can't go back to the list Apply the patch - Now you should have a nav bar to return to the list like that :https://snag.gy/cnWxa2.jpg - Test every link of the nav bar, they should work - Make all the merge process, and test the links on the 3 pages Signed-off-by: Owen Leonard <oleonard@myacpl.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 --- Comment #5 from axel Amghar <axel.amghar@biblibre.com> --- Hello, I just realized i wrote (in the test plan): "Go to the list and merge these two patrons" but i mean "Go to the list and merge these two RECORDS" sorry for the mistake -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- + %shelf = ( + private => $input->param("shelf_private"), + name => $input->param("shelfname"), + number => $input->param("shelfnumber") + ); Axel, Thanks for your patch! I would recommend to pass only the shelfnumber via a CGI parameter in the URL. And get the Koha object for it in the script. This allows you to better check what you receive. The other parameters could be misused when mangling URLs. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22992 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune@bulac.fr -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org