[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558 --- Comment #12 from Kyle M Hall --- (In reply to Kyle M Hall from comment #11) > (In reply to Jonathan Druart from comment #9) > > (In reply to Jonathan Druart from comment #8) > > > The first argument could be the memory

[Koha-bugs] [Bug 32565] New: Holds placed when all libraries are closed do not get added to holds queue if HoldsQueueSkipClosed and RealTimeHoldsQueue are enabled

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32565 Bug ID: 32565 Summary: Holds placed when all libraries are closed do not get added to holds queue if HoldsQueueSkipClosed and RealTimeHoldsQueue are enabled Change

[Koha-bugs] [Bug 32495] Required fields in API and UI form don't match

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32495 --- Comment #1 from Jonathan Druart --- Jonathan, what's correct here? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558 --- Comment #11 from Kyle M Hall --- (In reply to Jonathan Druart from comment #9) > (In reply to Jonathan Druart from comment #8) > > The first argument could be the memory footprint, but with bug 28413 it > > should not be a

[Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #69 from Heather --- Ah, Katrin--yes! Thank you! It *is* there right below the title and authors, but shouldn't it be near the "Online access..." at the bottom of the display, like in the staff client? I don't think

[Koha-bugs] [Bug 31735] Avoid re-fetching objects from database by passing them down instead of object ids

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31735 --- Comment #51 from David Gustafsson --- Koha testing docker is really not working all that well for me, it keeps crashing erratically, some times starts up successfully, very often crashes for a host of different reasons. Thus

[Koha-bugs] [Bug 30952] New design for staff interface

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30952 Katrin Fischer changed: What|Removed |Added Blocks||32564 Referenced Bugs:

[Koha-bugs] [Bug 32564] New: ILL request detail page has some style issues with new staff interface design

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32564 Bug ID: 32564 Summary: ILL request detail page has some style issues with new staff interface design Change sponsored?: --- Product: Koha Version: master

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 --- Comment #10 from Jonathan Druart --- And, sorry again. I actually mixed the 2 reviews, I had the patches from the 2 bugs applied, reviewed 31735 and compared with the code with both applied. The missing unblessed calls comment

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 --- Comment #9 from Jonathan Druart --- Sorry those 2 last comments were for the first patch of bug 31735. -- You are receiving this mail because: You are watching all bug changes. ___

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 --- Comment #8 from Jonathan Druart --- As well as: * unrelated change: item_issued_to_other_patron * -my $issue = AddIssue( $patron_borrower->unblessed, $item_1->barcode); +my $issue = AddIssue( $patron->unblessed,

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 --- Comment #7 from Jonathan Druart --- I like the idea, but the patch contains unrelated changes that may slow down its integration. For instance: -C4::Circulation::ReturnLostItem( $self->borrowernumber, -

[Koha-bugs] [Bug 17436] Add a way to know in patron module where renew of an item was made

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17436 Bug 17436 depends on bug 23838, which changed state. Bug 23838 Summary: Add ability to view item renew history https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838 What|Removed |Added

[Koha-bugs] [Bug 23838] Add ability to view item renew history

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23838 Aude Charillon changed: What|Removed |Added Resolution|--- |FIXED

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 David Gustafsson changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 32496] Reduce unnecessary unblessings of objects in Circulation.pm

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32496 David Gustafsson changed: What|Removed |Added Attachment #144804|0 |1 is obsolete|

[Koha-bugs] [Bug 32349] Remove TEST_QA

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 --- Comment #13 from Jonathan Druart --- (In reply to Marcel de Rooy from comment #10) > Not good enough for me :) Oops, indeed! I decided to remove it, what do you think? -- You are receiving this mail because: You are watching

[Koha-bugs] [Bug 32349] Remove TEST_QA

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 --- Comment #12 from Jonathan Druart --- Created attachment 145023 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145023=edit Bug 32349: Remove find-nonutf8 tests We don't run it and it does not seem very useful.

[Koha-bugs] [Bug 32349] Remove TEST_QA

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 Jonathan Druart changed: What|Removed |Added Attachment #144566|0 |1 is obsolete|

[Koha-bugs] [Bug 32349] Remove TEST_QA

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32349 Jonathan Druart changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You

[Koha-bugs] [Bug 30265] Hide 'Log into your account' in OPAC authentication page

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30265 --- Comment #13 from Jonathan Druart --- Owen, what's your opinion on this? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

[Koha-bugs] [Bug 32563] Reservedate becomes expirationdate in some cases

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32563 Andrew Nugged changed: What|Removed |Added CC||nug...@gmail.com -- You

[Koha-bugs] [Bug 16522] Add 773 (Host item entry) to the cart and list displays and e-mails

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16522 --- Comment #68 from Katrin Fischer --- (In reply to Heather from comment #65) > Created attachment 144456 [details] > Search results in OPAC without "In..." appearing > > In step 14 in the test plan, I expected to see "In..."

[Koha-bugs] [Bug 31801] REST API: PUT endpoint for Biblios

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31801 Jan Kissig changed: What|Removed |Added CC||bibliot...@th-wildau.de ---

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145011|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145010|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145009|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145008|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145007|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145006|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145005|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added Attachment #145004|0 |1 is obsolete|

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 --- Comment #14 from Jan Kissig --- I am sorry for spamming that bug page. @David you were right, the subject was in case the problem. I created the commit message inside visual studio and it seems like this caused the strange

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 Jan Kissig changed: What|Removed |Added Attachment #145012|0 |1 is obsolete|

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 Jan Kissig changed: What|Removed |Added Attachment #144976|0 |1 is obsolete|

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 --- Comment #12 from Jan Kissig --- Created attachment 145012 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145012=edit Bug 32523: Links to missing fields in MARC editor error This bug appears after switching to

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Nick Clemens changed: What|Removed |Added QA Contact|testo...@bugs.koha-communit |martin.renvoize@ptfs-europe

[Koha-bugs] [Bug 32559] Support formatted date for column filtering (DT)

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32559 --- Comment #10 from Jonathan Druart --- Ideally we could have use 'type' (https://datatables.net/reference/option/columns.type) with type=date. What I've tried first. But it got removed by DT because it's not useful when

[Koha-bugs] [Bug 31458] Remove Koha::Patron::Debarment::AddDebarment and use $patron->add_restriction in preference

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31458 --- Comment #10 from Katrin Fischer --- We might need to put a warning again in any reports using these fields so people can see that they need to fix on update (I think we did this before with biblio_metadata)? Also: will the

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 David Nind changed: What|Removed |Added Attachment #145002|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Status|Signed Off |Passed QA --- Comment

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144994|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144993|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144992|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144991|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144990|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144989|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144988|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 Martin Renvoize changed: What|Removed |Added Attachment #144987|0 |1 is obsolete|

[Koha-bugs] [Bug 32563] Reservedate becomes expirationdate in some cases

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32563 --- Comment #1 from Slava Shishkin --- Created attachment 145003 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145003=edit Bug 32563: HOTFIX: reservedate becomes expirationdate in some cases To reproduce: 1. Go

[Koha-bugs] [Bug 32563] Reservedate becomes expirationdate in some cases

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32563 Slava Shishkin changed: What|Removed |Added Status|NEW |Needs Signoff -- You are

[Koha-bugs] [Bug 32563] New: Reservedate becomes expirationdate in some cases

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32563 Bug ID: 32563 Summary: Reservedate becomes expirationdate in some cases Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 --- Comment #10 from David Nind --- Created attachment 145002 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=145002=edit Bug 32523: Links to missing fields in MARC-editor error This bug appears after switching to

[Koha-bugs] [Bug 32562] New: Reindent the about page template

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32562 Bug ID: 32562 Summary: Reindent the about page template Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #144950|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #144948|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #143173|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #141862|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #141861|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #141860|0 |1 is obsolete|

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Martin Renvoize changed: What|Removed |Added Attachment #141859|0 |1 is obsolete|

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 David Nind changed: What|Removed |Added Status|Patch doesn't apply |Needs Signoff --- Comment #9

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144978|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144971|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144930|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144929|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144928|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144927|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144926|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Attachment #144542|0 |1 is obsolete|

[Koha-bugs] [Bug 32445] Status display of 'not for loan' items is broken in OPAC/staff

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32445 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 32561] background job worker is still running with all the modules in RAM

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561 --- Comment #6 from Kyle M Hall --- Created attachment 144986 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144986=edit Bug 32561: Test loaded modules for background_jobs_worker.pl Signed-off-by: Kyle M Hall

[Koha-bugs] [Bug 32561] background job worker is still running with all the modules in RAM

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561 --- Comment #5 from Kyle M Hall --- Created attachment 144985 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144985=edit Bug 32561: Add test This test does not seem reliable enough, how could we improve it? I

[Koha-bugs] [Bug 32561] background job worker is still running with all the modules in RAM

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561 Kyle M Hall changed: What|Removed |Added Attachment #144973|0 |1 is obsolete|

[Koha-bugs] [Bug 32561] background job worker is still running with all the modules in RAM

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32561 Kyle M Hall changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 31458] Remove Koha::Patron::Debarment::AddDebarment and use $patron->add_restriction in preference

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31458 --- Comment #9 from Tomás Cohen Arazi --- (In reply to Martin Renvoize from comment #8) > OK, So Kyle suggests we can/should remove the debarred and debarredcomment > fields from the borrowers table. > > We do however return a

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 David Nind changed: What|Removed |Added Status|Needs Signoff |Patch doesn't apply ---

[Koha-bugs] [Bug 31458] Remove Koha::Patron::Debarment::AddDebarment and use $patron->add_restriction in preference

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31458 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 31458] Remove Koha::Patron::Debarment::AddDebarment and use $patron->add_restriction in preference

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31458 --- Comment #8 from Martin Renvoize --- OK, So Kyle suggests we can/should remove the debarred and debarredcomment fields from the borrowers table. We do however return a restricted boolean field in the current API.. I think it

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 Katrin Fischer changed: What|Removed |Added Attachment #144829|0 |1 is obsolete|

[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558 --- Comment #10 from Kyle M Hall --- (In reply to David Cook from comment #7) > An alternative would be to launch more background_jobs_worker.pl processes, > although that would require updating the koha-worker script. Would that

[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32558 Kyle M Hall changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun |k...@bywatersolutions.com

[Koha-bugs] [Bug 29173] Button "replace authority record via Z39/50/SRU" doesn't pre-fill

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173 --- Comment #42 from David Nind --- It would be good if both pop up windows were the same size for the search. At the moment the pop up window is slightly narrower for Edit > Edit record > Replace record via Z39.40/SRU search. This

[Koha-bugs] [Bug 32559] Support formatted date for column filtering (DT)

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32559 --- Comment #9 from Martin Renvoize --- The other bug I was talking about was 'Bug 29302 - The dataTables Koha RESTful API wrapper should allow picking match type at the column level'.. where I was trying to do this closer to the

[Koha-bugs] [Bug 29173] Button "replace authority record via Z39/50/SRU" doesn't pre-fill

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173 David Nind changed: What|Removed |Added Attachment #144972|0 |1 is obsolete|

[Koha-bugs] [Bug 29173] Button "replace authority record via Z39/50/SRU" doesn't pre-fill

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173 David Nind changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393 Jonathan Druart changed: What|Removed |Added Status|Failed QA |Needs Signoff ---

[Koha-bugs] [Bug 32505] Cannot search by dateofbirth in specified dateformat

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32505 Martin Renvoize changed: What|Removed |Added CC|

[Koha-bugs] [Bug 32559] Support formatted date for column filtering (DT)

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32559 --- Comment #8 from Martin Renvoize --- Excellent, thanks Jonathan. Now we just need the blockers to get unblocked.. I'm chasing Marcel on that as I think he's the most recent touch on them. -- You are receiving this mail

[Koha-bugs] [Bug 30310] Replace Moment.js with Day.js

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30310 Katrin Fischer changed: What|Removed |Added QA Contact|katrin.fisc...@bsz-bw.de

[Koha-bugs] [Bug 32481] Rabbit times out when too many jobs are queued and the response takes too long

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481 --- Comment #18 from Jonathan Druart --- I think I recreate the problem this way: % more /etc/rabbitmq/rabbitmq.conf consumer_timeout = 15000 Add a sleep 10 in Koha::BackgroundJob::BatchUpdateItem->process Then enqueue several

[Koha-bugs] [Bug 32523] Shortcuts / Links to missing fields in MARC-Editor don't work as expected

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32523 --- Comment #7 from Jan Kissig --- Hi David, thank you for your feedback. I have no clue where the error in root@kohadevbox:koha(bug_32523)$ git bz attach -e 32523 HEAD comes from. I use koha-testing-docker and cloned koha as

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 Martin Renvoize changed: What|Removed |Added Assignee|koha-b...@lists.koha-commun

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 --- Comment #8 from Martin Renvoize --- Created attachment 144982 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=144982=edit Bug 32503: Use first cancellation for date ordering -- You are receiving this mail

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 Martin Renvoize changed: What|Removed |Added Attachment #144886|0 |1 is obsolete|

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 Martin Renvoize changed: What|Removed |Added Attachment #144885|0 |1 is obsolete|

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 Tomás Cohen Arazi changed: What|Removed |Added CC||tomasco...@gmail.com

[Koha-bugs] [Bug 32503] Holds awaiting pickup doesn't sort dates correctly

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32503 Martin Renvoize changed: What|Removed |Added Status|NEW |Needs Signoff -- You

[Koha-bugs] [Bug 29173] Button "replace authority record via Z39/50/SRU" doesn't pre-fill

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29173 --- Comment #40 from David Nind --- (In reply to Thibaud Guillot from comment #39) > Thanks for your feedback :) and best wishes for 2023 by the way ;) > > I squash my last commit and I test it in kohadevbox, it seems ok to me,

[Koha-bugs] [Bug 32481] Rabbit times out when too many jobs are queued and the response takes too long

2023-01-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32481 --- Comment #17 from Jonathan Druart --- And what about the 30 minutes timeout? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list

<    1   2   3   >