From bugzilla-daemon@bugs.koha-community.org Fri Jun 25 12:21:40 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] New: Holds History title link returns "not found" error Date: Fri, 25 Jun 2021 10:21:39 +0000 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7353457429152413084==" --===============7353457429152413084== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Bug ID: 28631 Summary: Holds History title link returns "not found" error Change sponsored?: --- Product: Koha Version: 21.05 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: bc@interleaf.ie QA Contact: testopia@bugs.koha-community.org When a user is logged into the OPAC and OPACHoldsHistory is enabled a list of holds and old holds is displayed. If a user selects one of these titles a "not found" error is displayed. opac-holdshistory.tt line 105: [% INCLUDE 'biblio-title.inc' biblio=hold.biblio %] This is an intranet URL so the OPAC user will not have access. opac-holdshistory should be: [% INCLUDE 'biblio-title.inc' biblio=hold.biblio %] -- You are receiving this mail because: You are watching all bug changes. --===============7353457429152413084==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 30 17:42:13 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Wed, 30 Jun 2021 15:42:12 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1693801869975123794==" --===============1693801869975123794== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Version|21.05 |master Status|NEW |ASSIGNED -- You are receiving this mail because: You are watching all bug changes. --===============1693801869975123794==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 30 17:50:52 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Wed, 30 Jun 2021 15:50:51 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3351023703855651825==" --===============3351023703855651825== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. --===============3351023703855651825==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 30 17:51:02 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Wed, 30 Jun 2021 15:50:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1872893459775282466==" --===============1872893459775282466== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 --- Comment #1 from Owen Leonard --- Created attachment 122510 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122510&action=edit Bug 28631: Holds History title link returns "not found" error This patch corrects a broken path in the OPAC holds history page. This patch also corrects the breadcrumb markup which didn't conform to the new Bootstrap 4 pattern. To test, apply the patch and log into the OPAC as a patron who has past or current holds. - View the "your holds history" page. - Click a title link in the table of holds. It should take you to the correct bibliographic detail page. - Check the breadcrumbs of the page. They should look consistent with breadcrumb navigation on other pages in the OPAC. -- You are receiving this mail because: You are watching all bug changes. --===============1872893459775282466==-- From bugzilla-daemon@bugs.koha-community.org Wed Jun 30 17:51:13 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Wed, 30 Jun 2021 15:51:12 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2675342155550669361==" --===============2675342155550669361== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Owen Leonard changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major -- You are receiving this mail because: You are watching all bug changes. --===============2675342155550669361==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 9 21:37:08 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 09 Jul 2021 19:37:07 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8904774601077375278==" --===============8904774601077375278== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 sandboxes@biblibre.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122510|0 |1 is obsolete| | --- Comment #2 from sandboxes@biblibre.com --- Created attachment 122755 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122755&action=edit Bug 28631: Holds History title link returns "not found" error This patch corrects a broken path in the OPAC holds history page. This patch also corrects the breadcrumb markup which didn't conform to the new Bootstrap 4 pattern. To test, apply the patch and log into the OPAC as a patron who has past or current holds. - View the "your holds history" page. - Click a title link in the table of holds. It should take you to the correct bibliographic detail page. - Check the breadcrumbs of the page. They should look consistent with breadcrumb navigation on other pages in the OPAC. Signed-off-by: Kelly -- You are receiving this mail because: You are watching all bug changes. --===============8904774601077375278==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 9 21:37:39 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 09 Jul 2021 19:37:38 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6603236650464521131==" --===============6603236650464521131== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Kelly McElligott changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kelly@bywatersolutions.com Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes. --===============6603236650464521131==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 16 08:28:33 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 16 Jul 2021 06:28:32 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6424797713549012447==" --===============6424797713549012447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. --===============6424797713549012447==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 16 08:28:43 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 16 Jul 2021 06:28:36 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8385047281666842622==" --===============8385047281666842622== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #122755|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy --- Created attachment 122866 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=122866&action=edit Bug 28631: Holds History title link returns "not found" error This patch corrects a broken path in the OPAC holds history page. This patch also corrects the breadcrumb markup which didn't conform to the new Bootstrap 4 pattern. To test, apply the patch and log into the OPAC as a patron who has past or current holds. - View the "your holds history" page. - Click a title link in the table of holds. It should take you to the correct bibliographic detail page. - Check the breadcrumbs of the page. They should look consistent with breadcrumb navigation on other pages in the OPAC. Signed-off-by: Kelly Signed-off-by: Marcel de Rooy -- You are receiving this mail because: You are watching all bug changes. --===============8385047281666842622==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 16 08:28:53 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 16 Jul 2021 06:28:52 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3524986368559068447==" --===============3524986368559068447== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Marcel de Rooy changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |m.de.rooy@rijksmuseum.nl |y.org | CC| |m.de.rooy@rijksmuseum.nl -- You are receiving this mail because: You are watching all bug changes. --===============3524986368559068447==-- From bugzilla-daemon@bugs.koha-community.org Mon Jul 19 11:40:24 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 19 Jul 2021 09:40:24 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6752728467963964165==" --===============6752728467963964165== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com Depends on| |20936 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20936 [Bug 20936] Holds history for patrons in OPAC -- You are receiving this mail because: You are watching all bug changes. --===============6752728467963964165==-- From bugzilla-daemon@bugs.koha-community.org Mon Jul 26 11:26:05 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 26 Jul 2021 09:24:18 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7414675404550626171==" --===============7414675404550626171== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes. --===============7414675404550626171==-- From bugzilla-daemon@bugs.koha-community.org Mon Jul 26 11:26:15 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 26 Jul 2021 09:24:21 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8456334172193201809==" --===============8456334172193201809== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 --- Comment #4 from Jonathan Druart --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes. --===============8456334172193201809==-- From bugzilla-daemon@bugs.koha-community.org Mon Jul 26 11:31:53 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 26 Jul 2021 09:31:52 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8153190424328897874==" --===============8153190424328897874== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_candidate, | |rel_21_05_candidate -- You are receiving this mail because: You are watching all bug changes. --===============8153190424328897874==-- From bugzilla-daemon@bugs.koha-community.org Fri Jul 30 15:22:35 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Fri, 30 Jul 2021 13:22:34 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9007806118921656544==" --===============9007806118921656544== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Kyle M Hall changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00 |21.11.00,21.05.03 released in| | CC| |kyle@bywatersolutions.com Status|Pushed to master |Pushed to stable --- Comment #5 from Kyle M Hall --- Pushed to 21.05.x for 21.05.03 -- You are receiving this mail because: You are watching all bug changes. --===============9007806118921656544==-- From bugzilla-daemon@bugs.koha-community.org Mon Aug 2 23:48:48 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 02 Aug 2021 21:48:47 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3824578115078619471==" --===============3824578115078619471== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D28631 Fridolin Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.11.00,21.05.03 |21.11.00,21.05.03,20.11.09 released in| | Status|Pushed to stable |Pushed to oldstable CC| |fridolin.somers@biblibre.co | |m --- Comment #6 from Fridolin Somers --- Pushed to 20.11.x for 20.11.09 > This patch also corrects the breadcrumb markup which didn't conform to the = new Bootstrap 4 pattern. I did not include this change, only fixed the href. --=20 You are receiving this mail because: You are watching all bug changes. --===============3824578115078619471==-- From bugzilla-daemon@bugs.koha-community.org Mon Aug 16 20:46:36 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Mon, 16 Aug 2021 18:46:35 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3982823407791592961==" --===============3982823407791592961== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Victor Grousset/tuxayo changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |victor@tuxayo.net Status|Pushed to oldstable |RESOLVED Resolution|--- |FIXED --- Comment #7 from Victor Grousset/tuxayo --- Missing dependencies for 20.05.x, it shouldn't be affected, no backport. -- You are receiving this mail because: You are watching all bug changes. --===============3982823407791592961==-- From bugzilla-daemon@bugs.koha-community.org Tue Oct 26 16:27:21 2021 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 28631] Holds History title link returns "not found" error Date: Tue, 26 Oct 2021 14:26:40 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8052525259276758784==" --===============8052525259276758784== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28631 Jonathan Druart changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_11_candidate, | |rel_21_05_candidate | -- You are receiving this mail because: You are watching all bug changes. --===============8052525259276758784==--