[Koha-bugs] [Bug 36313] Check out/check in leads to error 500 in staff interface

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36313 --- Comment #23 from Jonathan Druart --- Circular dependencies and how the order we load the modules. No idea why it's not finding CheckReserves whereas it is in the same module... We got hit already by similar bugs, see bug 17539,

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Jonathan Druart changed: What|Removed |Added Attachment #164574|0 |1 is obsolete|

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Jonathan Druart changed: What|Removed |Added Status|Signed Off |Passed QA -- You are rec

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Jonathan Druart changed: What|Removed |Added CC||jonathan.dru...@gmail.com

[Koha-bugs] [Bug 36313] Check out/check in leads to error 500 in staff interface

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36313 --- Comment #22 from Emmi Takkinen --- (In reply to Emmi Takkinen from comment #21) > (In reply to Emmi Takkinen from comment #20) > > Did some testing on that "Undefined subroutine > > &C4::Circulation::CheckReserves" error: > > >

[Koha-bugs] [Bug 36561] Inappropriate permission for "/api/v1/auth/password/validation"

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36561 --- Comment #2 from David Cook --- Of course, part of the issue for these third-party systems is that their API user does things "outside of the context of a user". It would be great to have integrations where they redirect you to

[Koha-bugs] [Bug 36561] Inappropriate permission for "/api/v1/auth/password/validation"

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36561 --- Comment #1 from David Cook --- Then again... maybe I'm wrong. Maybe this endpoint just needs a subpermission of "validate_borrowers". That would be a very easy change to make, and it would be backwards compatible, since "borro

[Koha-bugs] [Bug 36561] New: Inappropriate permission for "/api/v1/auth/password/validation"

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36561 Bug ID: 36561 Summary: Inappropriate permission for "/api/v1/auth/password/validation" Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 36509] Add option to search authority records by ID

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36509 Aleisha Amohia changed: What|Removed |Added Attachment #164524|0 |1 is obsolete|

[Koha-bugs] [Bug 36509] Add option to search authority records by ID

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36509 Aleisha Amohia changed: What|Removed |Added Patch complexity|--- |Small patch St

[Koha-bugs] [Bug 36560] ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 --- Comment #2 from David Cook --- Note that some ILS-DI services are state changing actions. I will be glad when this ILS-DI API is gone... -- You are receiving this mail because: You are watching all bug changes. You are the as

[Koha-bugs] [Bug 36515] Amend MARC modification templates so control fields can be copied to subfields

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36515 --- Comment #1 from Alex Buckley --- Created attachment 164575 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164575&action=edit Bug 36515: Amend MARC modification templates so control fields can be copied to subfi

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 --- Comment #25 from David Cook --- (In reply to David Cook from comment #23) > Of course, at some point, we'll add CSRF protection to the REST API. For > that, we'll either require OAuth2 which doesn't need the CSRF tokens, or if >

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 --- Comment #24 from David Cook --- (In reply to David Cook from comment #23) > Anyway... in summary, I think the ILS-DI needs an exception, since it > doesn't use cookie-based auth. Alternatively, I suppose this could be the death

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Danyon Sewell changed: What|Removed |Added Attachment #164566|0 |1 is obsolete|

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Danyon Sewell changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are rece

[Koha-bugs] [Bug 36560] ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 --- Comment #1 from David Cook --- As I describe in https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094#c23 I think we'll actually have to have a ILS-DI exception for CSRF checking, since it uses IP-based auth and not coo

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 --- Comment #23 from David Cook --- (In reply to David Cook from comment #22) > I've bumped into this again with the ILS-DI API (see bug 36560). > > But it reminds me that the SVC API won't work for MarcEdit either. While "GET /svc

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 David Cook changed: What|Removed |Added Blocks||36560 Referenced Bugs: https

[Koha-bugs] [Bug 36560] ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 David Cook changed: What|Removed |Added Depends on||36094 Referenced Bugs: https

[Koha-bugs] [Bug 36560] ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 David Cook changed: What|Removed |Added Depends on|36094 | Referenced Bugs: https://bu

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 David Cook changed: What|Removed |Added Blocks|36560 | --- Comment #22 from David Co

[Koha-bugs] [Bug 36094] svc/authentication needs adjustements

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36094 David Cook changed: What|Removed |Added Blocks||36560 Referenced Bugs: https

[Koha-bugs] [Bug 36560] ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 David Cook changed: What|Removed |Added Depends on||36094 Referenced Bugs: https

[Koha-bugs] [Bug 36560] New: ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36560 Bug ID: 36560 Summary: ILS-DI API doesn't have mechanism to provide CSRF tokens for POSTs Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 33099] Add missing MARC21 Match authority mappings so "Search all headings" search works

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33099 Michelle Spinney changed: What|Removed |Added CC||mspin...@clamsnet.org --

[Koha-bugs] [Bug 32256] Self checkout batch mode

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 --- Comment #23 from Aleisha Amohia --- Created attachment 164573 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164573&action=edit Bug 32256: (follow-up) Use correct patron category This patch ensures we check th

[Koha-bugs] [Bug 32256] Self checkout batch mode

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Aleisha Amohia changed: What|Removed |Added Attachment #163879|0 |1 is obsolete|

[Koha-bugs] [Bug 32256] Self checkout batch mode

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Aleisha Amohia changed: What|Removed |Added Attachment #163878|0 |1 is obsolete|

[Koha-bugs] [Bug 32256] Self checkout batch mode

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32256 Aleisha Amohia changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 33099] Add missing MARC21 Match authority mappings so "Search all headings" search works

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33099 Phil Ringnalda changed: What|Removed |Added CC||janus...@gmail.com --- Com

[Koha-bugs] [Bug 36553] Authority fields 110, 130, 150, 151, 155 lacking in Match search field (MARC 21)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36553 Phil Ringnalda changed: What|Removed |Added CC||p...@chetcolibrary.org

[Koha-bugs] [Bug 36424] Database update 22.06.00.078 breaks update process (II)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36424 --- Comment #7 from Pablo AB --- > It appears, for some reason, your schema ended up without the item_groups > table, and that should exist by the time DBrev 220600078 runs. Not sure if there is a misunderstanding. Those tests were

[Koha-bugs] [Bug 16544] Changes to circ rules should be logged

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16544 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au -- Y

[Koha-bugs] [Bug 14323] Users who share userid and cardnumber cause Privacy Breach

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14323 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au -- Y

[Koha-bugs] [Bug 36557] Improve logic and display of OPAC cart, tag, and lists controls

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557 David Cook changed: What|Removed |Added CC||dc...@prosentient.com.au -- Y

[Koha-bugs] [Bug 36559] New: Transport Cost Matrix update helpers

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36559 Bug ID: 36559 Summary: Transport Cost Matrix update helpers Change sponsored?: --- Product: Koha Version: 23.05 Hardware: All OS: All Status: NEW

[Koha-bugs] [Bug 36505] Allow updating patron attributes via PUT

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36505 Brendan Lawlor changed: What|Removed |Added CC||blaw...@clamsnet.org

[Koha-bugs] [Bug 36558] New: The placement of the Select button in Search for patron pop up window (while adding a guarantor)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36558 Bug ID: 36558 Summary: The placement of the Select button in Search for patron pop up window (while adding a guarantor) Change sponsored?: --- Product: Koha Version: 22

[Koha-bugs] [Bug 14323] Users who share userid and cardnumber cause Privacy Breach

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14323 Steve, OSLRI, USA changed: What|Removed |Added CC||ssp...@oslri.net --- Co

[Koha-bugs] [Bug 16544] Changes to circ rules should be logged

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16544 Kris changed: What|Removed |Added CC||kbec...@jcls.org -- You are receivi

[Koha-bugs] [Bug 24879] Add missing authentication checks

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24879 Owen Leonard changed: What|Removed |Added Blocks||36511 Referenced Bugs: htt

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Owen Leonard changed: What|Removed |Added Depends on||24879 Referenced Bugs: htt

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 --- Comment #4 from Owen Leonard --- Created attachment 164566 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164566&action=edit Bug 36511: Some scripts missing a dependency following Bug 24879 These files needed

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Owen Leonard changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch comple

[Koha-bugs] [Bug 36554] Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36554 Michelle Spinney changed: What|Removed |Added CC||mspin...@clamsnet.org --

[Koha-bugs] [Bug 36553] Authority fields 110, 130, 150, 151, 155 lacking in Match search field (MARC 21)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36553 Michelle Spinney changed: What|Removed |Added CC||mspin...@clamsnet.org --

[Koha-bugs] [Bug 14323] Users who share userid and cardnumber cause Privacy Breach

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14323 Evelyn Hartline changed: What|Removed |Added CC||eve...@bywatersolutions.co

[Koha-bugs] [Bug 36555] Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 Barbara Johnson changed: What|Removed |Added Status|Needs Signoff |Signed Off

[Koha-bugs] [Bug 36555] Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 ByWater Sandboxes changed: What|Removed |Added Attachment #164564|0 |1 is obsolete|

[Koha-bugs] [Bug 36511] Some scripts missing a dependency following Bug 24879

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Owen Leonard changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |oleon...@myacpl.org

[Koha-bugs] [Bug 16544] Changes to circ rules should be logged

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16544 --- Comment #10 from George Williams (NEKLS) --- +1 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 16544] Changes to circ rules should be logged

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16544 George Williams (NEKLS) changed: What|Removed |Added CC||geo...@nekls.org

[Koha-bugs] [Bug 36511] Local cover images broken in admin interface after update

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 --- Comment #3 from Owen Leonard --- The error I get is: Undefined subroutine &CGI::Compile::ROOT::kohadevbox_koha_catalogue_image_2epl::check_cookie_auth called at /kohadevbox/koha/catalogue/image.pl line 36 -- You are receiving

[Koha-bugs] [Bug 36511] Local cover images broken in admin interface after update

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 Owen Leonard changed: What|Removed |Added Severity|enhancement |normal Version|23

[Koha-bugs] [Bug 36555] Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 Andrew Fuerste-Henry changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |andre...@dubcolib.org

[Koha-bugs] [Bug 36555] Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 --- Comment #1 from Andrew Fuerste-Henry --- Created attachment 164564 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164564&action=edit Bug 36555: Add report_id to download file name To test: - apply patch, resta

[Koha-bugs] [Bug 36555] Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 Andrew Fuerste-Henry changed: What|Removed |Added Status|NEW |Needs Signoff -- Yo

[Koha-bugs] [Bug 36557] Improve logic and display of OPAC cart, tag, and lists controls

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557 Owen Leonard changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are re

[Koha-bugs] [Bug 36557] Improve logic and display of OPAC cart, tag, and lists controls

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557 --- Comment #1 from Owen Leonard --- Created attachment 164563 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164563&action=edit Bug 36166: Convert Cart and Lists conrols to buttons and rework logic This patch

[Koha-bugs] [Bug 36207] Convert browser alerts to modals: OPAC tags

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36207 Owen Leonard changed: What|Removed |Added Blocks||36557 Referenced Bugs: htt

[Koha-bugs] [Bug 36166] Disable select to add to list if opacuserlogin is disabled

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36166 Owen Leonard changed: What|Removed |Added Blocks||36557 Referenced Bugs: htt

[Koha-bugs] [Bug 36557] New: Improve logic and display of OPAC cart, tag, and lists controls

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36557 Bug ID: 36557 Summary: Improve logic and display of OPAC cart, tag, and lists controls Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 36545] Use select2 in item search

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545 Clemens Tubach changed: What|Removed |Added CC||michaela.sie...@kit.edu --

[Koha-bugs] [Bug 36545] Use select2 in item search

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545 Clemens Tubach changed: What|Removed |Added CC||clemens.tub...@kit.edu --

[Koha-bugs] [Bug 36503] Add a plugin hook to modify patrons after authentication

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36503 Michael Skarupianski changed: What|Removed |Added CC||michael.skarupianski@

[Koha-bugs] [Bug 36556] duplicate code line

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36556 --- Comment #1 from davew...@gmx.at --- Created attachment 164562 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164562&action=edit Bug 36556 duplicate code line probably added accidentially -- You are receiving

[Koha-bugs] [Bug 36556] duplicate code line

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36556 davew...@gmx.at changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |davew...@gmx.at

[Koha-bugs] [Bug 36556] New: duplicate code line

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36556 Bug ID: 36556 Summary: duplicate code line Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity:

[Koha-bugs] [Bug 36555] New: Add report_id to file name when exporting report results

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36555 Bug ID: 36555 Summary: Add report_id to file name when exporting report results Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 36554] New: Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36554 Bug ID: 36554 Summary: Document languages from field 041 should be present in 'ln' search field and Languages facet (MARC 21) Change sponsored?: --- Product: Koha Versi

[Koha-bugs] [Bug 36545] Use select2 in item search

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545 Michael Skarupianski changed: What|Removed |Added Status|NEW |Needs Signoff Patc

[Koha-bugs] [Bug 36545] Use select2 in item search

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36545 --- Comment #3 from Michael Skarupianski --- Created attachment 164561 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164561&action=edit Bug 36545: Use select2 in item search This patch modifies the multi-select f

[Koha-bugs] [Bug 36553] New: Authority fields 110, 130, 150, 151, 155 lacking in Match search field (MARC 21)

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36553 Bug ID: 36553 Summary: Authority fields 110, 130, 150, 151, 155 lacking in Match search field (MARC 21) Change sponsored?: --- Product: Koha Version: master H

[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428 Hammat wele changed: What|Removed |Added Attachment #161349|0 |1 is obsolete|

[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428 Hammat wele changed: What|Removed |Added Attachment #158641|0 |1 is obsolete|

[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428 Hammat wele changed: What|Removed |Added Attachment #158640|0 |1 is obsolete|

[Koha-bugs] [Bug 27428] Show the number of records in the bibliographic record detail page with ElasticSearch

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27428 Hammat wele changed: What|Removed |Added Attachment #158639|0 |1 is obsolete|

[Koha-bugs] [Bug 30705] Updating the date of birth sometimes shows wrong age

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30705 Brendan Lawlor changed: What|Removed |Added CC||blaw...@clamsnet.org --- C

[Koha-bugs] [Bug 36552] Update record 'date entered on file' when duplicating a record

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552 Janusz Kaczmarek changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |janus...@gmail.com

[Koha-bugs] [Bug 36552] Update record 'date entered on file' when duplicating a record

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552 --- Comment #1 from Janusz Kaczmarek --- Created attachment 164556 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164556&action=edit Bug 36552: Update record 'date entered on file' when duplicating a record The 'd

[Koha-bugs] [Bug 36552] Update record 'date entered on file' when duplicating a record

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552 Janusz Kaczmarek changed: What|Removed |Added Status|NEW |Needs Signoff Patch co

[Koha-bugs] [Bug 36552] New: Update record 'date entered on file' when duplicating a record

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36552 Bug ID: 36552 Summary: Update record 'date entered on file' when duplicating a record Change sponsored?: --- Product: Koha Version: master Hardware: All

[Koha-bugs] [Bug 35657] Add ability to assign tickets to librarians for catalog concerns

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35657 --- Comment #14 from cgent...@ju.edu --- I am eagerly hoping this feature is added to Cataloging Concerns! Thanks for working on this. - Chelsea -- You are receiving this mail because: You are watching all bug changes. _

[Koha-bugs] [Bug 35657] Add ability to assign tickets to librarians for catalog concerns

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35657 cgent...@ju.edu changed: What|Removed |Added CC||cgent...@ju.edu -- You ar

[Koha-bugs] [Bug 36295] Space out content blocks in Batch record deletion

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295 --- Comment #3 from Owen Leonard --- Created attachment 164554 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=164554&action=edit Bug 36295: Space out content blocks in batch record deletion This patch adds a float

[Koha-bugs] [Bug 36295] Space out content blocks in Batch record deletion

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295 Owen Leonard changed: What|Removed |Added Status|ASSIGNED|Needs Signoff Patch comple

[Koha-bugs] [Bug 36295] Space out content blocks in Batch record deletion

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295 Owen Leonard changed: What|Removed |Added Summary|Space out content blocks in |Space out content blocks in

[Koha-bugs] [Bug 36551] New: Ability to alert library staff when new ILL requests are placed

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36551 Bug ID: 36551 Summary: Ability to alert library staff when new ILL requests are placed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All

[Koha-bugs] [Bug 36295] Space out content blocks in Batch record modification

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36295 Owen Leonard changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #2 from

[Koha-bugs] [Bug 31652] Add geo-search

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31652 --- Comment #17 from Mark Hofstetter --- g...@github.com:HKS3/koha-branches.git it's in the branch topic-es-2312 for those who want to see it, please send me your github id -- You are receiving this mail because: You are watchi

[Koha-bugs] [Bug 36547] Add 'Checked out on' column to Overdues table

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36547 Lucas Gass changed: What|Removed |Added Attachment #164523|0 |1 is obsolete|

[Koha-bugs] [Bug 36547] Add 'Checked out on' column to Overdues table

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36547 Lucas Gass changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are receivi

[Koha-bugs] [Bug 36511] Local cover images in admin interface after update

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36511 boris.dovbnya changed: What|Removed |Added CC||boris.dovb...@kname.edu.ua

[Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 --- Comment #149 from Martin Renvoize --- Ack.. the patches had all got confused.. it is all working again now. Push, push, push... -- You are receiving this mail because: You are watching all bug changes. _

[Koha-bugs] [Bug 31109] Add ability to lock bibliographic record or alert staff when another user is in the same bibliographic record

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31109 Janusz Kaczmarek changed: What|Removed |Added CC||janus...@gmail.com --- C

[Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Martin Renvoize changed: What|Removed |Added Attachment #162104|0 |1 is obsolete|

[Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Martin Renvoize changed: What|Removed |Added Attachment #162103|0 |1 is obsolete|

[Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Martin Renvoize changed: What|Removed |Added Attachment #162102|0 |1 is obsolete|

[Koha-bugs] [Bug 6796] Overnight checkouts taking into account opening and closing hours

2024-04-09 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6796 Martin Renvoize changed: What|Removed |Added Attachment #162101|0 |1 is obsolete|

  1   2   >