[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-05-22 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #473 from David Cook --- At some point, I'm probably going to need to squash these patches down just to make it easier to keep rebasing. -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-05-22 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #472 from David Cook --- Comment on attachment 162079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162079 Bug 15516: Allow to reserve first available item from a group of titles Review of attachment

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-03-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #471 from David Cook --- As I've noted before, trying to count multiple hold group members as part of the same hold has some fundamental problems. We'd need to pass the hold group to CanBookBeReserved/CanItemBeReserved

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-03-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Status|Patch doesn't apply |Failed QA -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-03-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #470 from David Cook --- Comment on attachment 162078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162078 Bug 15516: Relevant controller changes and tests Review of attachment 162078: -->

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-03-11 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #469 from David Cook --- Found a nasty bug in Koha::Holds->count_holds(). I'm going to need to review this code in-depth again... -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-03-07 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Lisette Scheer changed: What|Removed |Added Status|Needs Signoff |Patch doesn't apply

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #468 from David Cook --- My test plan: 0a) koha-upgrade-schema kohadev 0b) koha-plack --restart kohadev __OPAC results__ 1. Go to http://localhost:8080/cgi-bin/koha/opac-search.pl?idx==test_search=1 2. Checkbox results

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #467 from David Cook --- QA tool seems mostly happy. I think it just has issues with Koha schema files which are irrelevant and sysprefs.sql which isn't related to this change. -- OK C4/Reserves.pm OK

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #466 from David Cook --- Created attachment 162084 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162084=edit Bug 15516: Add 'DisplayAddHoldGroups' system preference to toggle ability to add titles to

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #465 from David Cook --- Created attachment 162083 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162083=edit Bug 15516: (follow-up) Only show hold groups for multi hold in staff interface -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #464 from David Cook --- Created attachment 162082 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162082=edit Bug 15516: (follow-up) Only show hold groups for multi hold in OPAC -- You are receiving

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #463 from David Cook --- Created attachment 162081 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162081=edit Bug 15516: Add ability to create and view hold groups from OPAC This patch adds a "Treat

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #462 from David Cook --- Created attachment 162080 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162080=edit Bug 15516: Tidy reserve/placerequest.pl This includes tidying existing lines, so it'll be

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #461 from David Cook --- Created attachment 162079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162079=edit Bug 15516: Allow to reserve first available item from a group of titles It can be useful,

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #460 from David Cook --- Created attachment 162078 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162078=edit Bug 15516: Relevant controller changes and tests Signed-off-by: Michal Denar

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #459 from David Cook --- Created attachment 162077 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=162077=edit Bug 15516: Schema updates Signed-off-by: Michal Denar -- You are receiving this mail

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Attachment #138738|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2024-02-12 Thread bugzilla-daemon--- via Koha-bugs
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2023-09-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Katie Bliss changed: What|Removed |Added CC||kebl...@dmpl.org -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2023-09-04 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Ilona R changed: What|Removed |Added CC||hatt...@gmail.com -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-11-15 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #457 from Aleisha Amohia --- (In reply to David Cook from comment #456) > Aleisha, do you have clients using this functionality? Catalyst had received sponsorship to work on this for a library years ago, they may still

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-11-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #456 from David Cook --- Aleisha, do you have clients using this functionality? -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #455 from David Cook --- Another thing I haven't checked here is how it works with hold limits... that's a bit of a rabbithole as well... -- You are receiving this mail because: You are watching all bug changes.

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Depends on|31303 | Referenced Bugs:

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #454 from David Cook --- Created attachment 138869 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138869=edit Bug 15516: [QA followup] Only show hold groups for multi hold in staff interface -- You

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #453 from David Cook --- I fixed the item-specific holds on the staff interface, but I'm Failing QA again, as I've discovered that the checkboxes are irrelevant when placing a staff interface multi-hold:

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #452 from David Cook --- Created attachment 138868 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138868=edit Bug 15516: [QA followup] Fix item-specific holds in staff interface -- You are receiving

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #451 from David Cook --- (In reply to David Cook from comment #450) > __Staff interface detail__ > 1. Go to > http://localhost:8081/cgi-bin/koha/reserve/request.pl?biblionumber=134 > 2. Search for patron "koha" > 3.

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #450 from David Cook --- My test plan: 0a) koha-upgrade-schema kohadev 0b) koha-plack --restart kohadev __OPAC results__ 1. Go to http://localhost:8080/cgi-bin/koha/opac-search.pl?idx==test_search=1 2. Checkbox results

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-08 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #449 from David Cook --- Created attachment 138772 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138772=edit Bug 15516: [QA followup] Only show hold groups for multi hold in OPAC -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Depends on||31303 Referenced Bugs:

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #448 from David Cook --- Ok I'm pretty sure the fatal error is a bug in master. I'm going to leave this as Failed QA for the moment just because we can't really progress it until the bug in master is fixed... -- You

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Text to go in the|This features allows a |This features allows a

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added See Also||https://bugs.koha-community

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #447 from David Cook --- Hmm this might be due to bug 22456 and it might be my fault... I'm going to try pulling the latest Docker image and see if that makes a difference... but might be a problem in master caused by

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #446 from David Cook --- I am keen to get this functionality into Koha, so I don't know that I'd consider many of my above asterisk comments above blockers per se, but I had to fail it for the fatal error at

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-07 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added Status|Signed Off |Failed QA --- Comment #445

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #444 from Michal Denar --- Created attachment 138742 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138742=edit Bug 15516: Schema updates Signed-off-by: Michal Denar -- You are receiving this mail

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #443 from Michal Denar --- Created attachment 138741 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138741=edit Bug 15516: Add ability to create and view hold groups from OPAC This patch adds a "Treat

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #442 from Michal Denar --- Created attachment 138740 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138740=edit Bug 15516: Allow to reserve first available item from a group of titles It can be

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #441 from Michal Denar --- Created attachment 138739 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138739=edit Bug 15516: Relevant controller changes and tests Signed-off-by: Michal Denar

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Michal Denar changed: What|Removed |Added Attachment #138593|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Michal Denar changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #439 from Aleisha Amohia --- Created attachment 138597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138597=edit Bug 15516: Schema updates -- You are receiving this mail because: You are watching

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #438 from Aleisha Amohia --- Created attachment 138596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=138596=edit Bug 15516: Add ability to create and view hold groups from OPAC This patch adds a

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #138578|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #138577|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128288|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #434 from Aleisha Amohia --- (In reply to Victor Grousset/tuxayo from comment #417) > Hi :) I tried to rebase because why not, but hit a wall on the changes on > ModReserveFill which was moved (and changed a lot) to

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128299|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128298|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128297|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128296|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128295|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128294|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128293|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128292|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128291|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128290|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128289|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128287|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128286|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128285|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Status|ASSIGNED|Needs Signoff -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Status|Patch doesn't apply |ASSIGNED --- Comment #419

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-08-02 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #418 from David Cook --- (In reply to Victor Grousset/tuxayo from comment #417) > I would gladly give another try if someone know what to do about the two > above points. Hopefully Aleisha can provide some insight. In

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-07-30 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #417 from Victor Grousset/tuxayo --- Hi :) I tried to rebase because why not, but hit a wall on the changes on ModReserveFill which was moved (and changed a lot) to Hold::fill(). I don't know where is a right place to

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-07-29 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Agnes Rivers-Moore changed: What|Removed |Added CC||a...@hanover.ca --

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #416 from Michal Denar --- Hi, We have been waiting for this feature for a really long time. We will use it mainly when dealing with students who require documents for school work. The idea is that they receive reading

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-04-11 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #415 from David Cook --- Yeah, as Martin says, it's totally different. By the way, this has been used in production for years now. I can't recall if it's been 4 years or 6 years, but a while in any case. -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-03-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Owen Leonard changed: What|Removed |Added Status|Signed Off |Patch doesn't apply -- You

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Martin Renvoize changed: What|Removed |Added See Also|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-01-18 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #414 from Martin Renvoize --- It's not really related to the Bundles stuff.. whilst that development does indeed allow items to be grouped.. the grouping logic is entirely distinct and it's more about the circulation of

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-01-14 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Fridolin Somers changed: What|Removed |Added CC|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2022-01-03 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 David Cook changed: What|Removed |Added QA Contact|dc...@prosentient.com.au|testo...@bugs.koha-communit

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #412 from Michal Denar --- Created attachment 128299 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128299=edit Bug 15516: (follow-up) Fix hold group details not showing Signed-off-by: Michal Denar

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #411 from Michal Denar --- Created attachment 128298 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128298=edit Bug 15516: (follow-up) Prevent cancelling unintended holds And a fix for consistent TT

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #410 from Michal Denar --- Created attachment 128297 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128297=edit Bug 15516: Show user's hold groups to user via OPAC This patch shows the item-level and

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #409 from Michal Denar --- Created attachment 128296 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128296=edit Bug 15516: Add ability to create hold groups from OPAC This patch adds a "Treat as hold

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #408 from Michal Denar --- Created attachment 128295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128295=edit Bug 15516: Fix hold groups for multi items for one bib Signed-off-by: Michal Denar --

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #407 from Michal Denar --- Created attachment 128294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128294=edit Bug 15516: (follow-up) Count group holds always Signed-off-by: Michal Denar -- You

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #406 from Michal Denar --- Created attachment 128293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128293=edit Bug 15516: Fix shebang in hold-group.pl Signed-off-by: Michal Denar -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #405 from Michal Denar --- Created attachment 128292 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128292=edit Bug 15516: (follow-up) Fixing file permissions and title elements order Signed-off-by:

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #404 from Michal Denar --- Created attachment 128291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128291=edit Bug 15516: (follow-up) Fixes for qa tools Signed-off-by: Victor Grousset/tuxayo

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #403 from Michal Denar --- Created attachment 128290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128290=edit Bug 15516: (follow-up) Remove other holds in hold_group from holds_queue When one hold

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #402 from Michal Denar --- Created attachment 128289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128289=edit Bug 15516: (follow-up) Add hold group message to holds queue A hold that is part of a

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #401 from Michal Denar --- Created attachment 128288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128288=edit Bug 15516: Schema updates Signed-off-by: Michal Denar Signed-off-by: Victor

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #400 from Michal Denar --- Created attachment 128287 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128287=edit Bug 15516: Allow to reserve first available item from a group of titles It can be

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #399 from Michal Denar --- Created attachment 128286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128286=edit Bug 15516: Relevant controller changes and tests Signed-off-by: Michal Denar

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Michal Denar changed: What|Removed |Added Attachment #128255|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-06 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Michal Denar changed: What|Removed |Added Status|Needs Signoff |Signed Off -- You are

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 --- Comment #397 from Aleisha Amohia --- Created attachment 128269 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=128269=edit Bug 15516: (follow-up) Fix hold group details not showing -- You are receiving this

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128202|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128201|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128200|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128199|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128198|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128197|0 |1 is obsolete|

[Koha-bugs] [Bug 15516] Allow to place a hold on first available item from a group of titles

2021-12-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15516 Aleisha Amohia changed: What|Removed |Added Attachment #128196|0 |1 is obsolete|

  1   2   3   4   5   >