[Bug 36455] New: Default the hold queue link to your logged in library
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Bug ID: 36455 Summary: Default the hold queue link to your logged in library Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: lisette.scheer@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com To reduce clicks for library staff, defaulting the hold queue link on circulation home to the logged in library would be helpful, either as an option or as the default behavior with the option to run it for a different branch from the queue. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lisette Scheer <lisette.scheer@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Laura.escamilla@bywatersolu | |tions.com, | |lucas@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lisette Scheer <lisette.scheer@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36456 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36456 [Bug 36456] Add count of holds on queue to hold queue link -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrobb@sekls.org --- Comment #1 from Jason Robb <jrobb@sekls.org> --- Agree, this saves clicks. I'm currently using jQuery for this: //Point holds queue button directly to logged in library's queue var libcode = $('#logged-in-info-full .logged-in-branch-code').text(); $('#circ_circulation-home .circ-button:contains("Holds queue")').attr('href', '/cgi-bin/koha/circ/view_holdsqueue.pl?branchlimit=' + libcode +'&itemtypeslimit=&ccodeslimit=&locationslimit=&run_report=1'); -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #2 from Jason Robb <jrobb@sekls.org> --- Created attachment 178043 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178043&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jrobb@sekls.org |ity.org | -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178043|0 |1 is obsolete| | --- Comment #3 from Jason Robb <jrobb@sekls.org> --- Created attachment 178044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178044&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Mentored-by: "Lisette Scheer <lisette@bywatersolutions.com>" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178044|0 |1 is obsolete| | --- Comment #4 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Created attachment 178045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=178045&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch --- Comment #5 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Signing off here because I like avoiding clicks. Do we want to introduce this same behavior to the same link in circ-nav.inc? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrew@bywatersolutions.com --- Comment #6 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Lucas Gass (lukeg) from comment #5)
Signing off here because I like avoiding clicks. Do we want to introduce this same behavior to the same link in circ-nav.inc?
Our comments collided midair. Apparently I'm meaner than Lucas, was gonna Fail QA on this Works as described, strictly, but this patch doesn't change the behavior of the Holds Queue link on the circ sidebar, resulting in confusing inconsistency. To recreate, with patch applied: 1 - go to circ homepage 2 - click holds queue, see it loads the queue for your logged-in branch immediately 3 - click Holds Awaiting Pickup in the left sidebar 4 - click Holds Queue in the left sidebar 5 - you're back at the queue, but this time it has not loaded results immediately -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Status|Signed Off |Failed QA --- Comment #7 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Please look at the previous comment. It needs attention. Left or right? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #8 from Jason Robb <jrobb@sekls.org> --- Created attachment 179276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179276&action=edit Bug 36455: (follow-up) Default the hold queue link to your logged in library Also fixed the link on circ-nav and the breadcrumbs links. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #178045|0 |1 is obsolete| | --- Comment #9 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179277&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179276|0 |1 is obsolete| | --- Comment #10 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 179278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179278&action=edit Bug 36455: (follow-up) Default the hold queue link to your logged in library Also fixed the link on circ-nav and the breadcrumbs links. Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA CC| |phil@chetcolibrary.org --- Comment #11 from Phil Ringnalda <phil@chetcolibrary.org> --- I'll be the mean one, then, in case it gets missed in QA.
+ ?branchlimit=[% Branches.GetLoggedInBranchcode | html %]
When you are filtering a URL parameter, you want the filter "uri" rather than "html." There's nothing (other than our possible sloppiness elsewhere) stopping someone from having a branchcode us+them which when passed through the uri filter is us%2Bthem and it works, but when passed through the html filter stays us+them which in a URL is us them and that branch with a space in its branchcode wouldn't have any holds in its queue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #12 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Everyone can set "Failed QA" and should if they notice something, nto really mean, especially when accompanied by helpful information. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #13 from Jason Robb <jrobb@sekls.org> --- Created attachment 180794 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180794&action=edit Bug 36455: (follow-up) Changed html filters to uri -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179277|0 |1 is obsolete| | --- Comment #14 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 180796 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180796&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #179278|0 |1 is obsolete| | --- Comment #15 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 180797 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180797&action=edit Bug 36455: (follow-up) Default the hold queue link to your logged in library Also fixed the link on circ-nav and the breadcrumbs links. Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180794|0 |1 is obsolete| | --- Comment #16 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 180798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=180798&action=edit Bug 36455: (follow-up) Changed html filters to uri Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #17 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- (In reply to Jason Robb from comment #13)
Created attachment 180794 [details] [review] Bug 36455: (follow-up) Changed html filters to uri
I created a library with the branchcode "BAD!CODE" and the holds queue url worked as desired. I didn't click around Koha to see if that code broke unrelated things but it made me quite nervous :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Signed Off |Patch doesn't apply --- Comment #18 from David Nind <david@davidnind.com> --- The patch no longer applies 8-(.. I was going to add my sign-off, so that one of the others could count as QA. git bz apply 36455 Bug 36455 - Default the hold queue link to your logged in library 180796 - Bug 36455: Default the hold queue link to your logged in library 180797 - Bug 36455: (follow-up) Default the hold queue link to your logged in library 180798 - Bug 36455: (follow-up) Changed html filters to uri Apply? [(y)es, (n)o, (i)nteractive] y Applying: Bug 36455: Default the hold queue link to your logged in library Using index info to reconstruct a base tree... M koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt Falling back to patching base and 3-way merge... Auto-merging koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt CONFLICT (content): Merge conflict in koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt error: Failed to merge in the changes. Patch failed at 0001 Bug 36455: Default the hold queue link to your logged in library -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180796|0 |1 is obsolete| | --- Comment #19 from Jason Robb <jrobb@sekls.org> --- Created attachment 185408 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185408&action=edit Bug 36455: Default the hold queue link to your logged in library Rebased This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180797|0 |1 is obsolete| | --- Comment #20 from Jason Robb <jrobb@sekls.org> --- Created attachment 185409 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185409&action=edit Bug 36455: (follow-up) Default the hold queue link to your logged in library Also fixed the link on circ-nav and the breadcrumbs links. Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #180798|0 |1 is obsolete| | --- Comment #21 from Jason Robb <jrobb@sekls.org> --- Created attachment 185410 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185410&action=edit Bug 36455: (follow-up) Changed html filters to uri Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Jason Robb <jrobb@sekls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement defaults release notes| |the holds queue link on the | |Circulation home page (and | |corresponding navigation | |links) to the currently | |logged in branch. This | |reduces the number of | |clicks to run the holds | |queue for the typical | |library without adding any | |additional clicks should | |the queue need generated | |for an alternate branch or | |all branches. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Rebecca Coert <rcoert@arlingtonva.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rcoert@arlingtonva.us -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185408|0 |1 is obsolete| | --- Comment #22 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 186156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186156&action=edit Bug 36455: Default the hold queue link to your logged in library This patch reduces the number of click for the average librarian user. To test: 1. Change your logged in branch to something other than Centerville 2. Navigate to the circulation home page 3. Click on the Holds queue link 4. Observe that you have to hit Submit to continue 5. Apply patch 6. Repeat steps 1 and 2 7. Observe that the holds queue comes up with your branch preselected Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185409|0 |1 is obsolete| | --- Comment #23 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 186157 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186157&action=edit Bug 36455: (follow-up) Default the hold queue link to your logged in library Also fixed the link on circ-nav and the breadcrumbs links. Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185410|0 |1 is obsolete| | --- Comment #24 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 186158 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186158&action=edit Bug 36455: (follow-up) Changed html filters to uri Signed-off-by: Andrew Fuerste Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@openfifth.c | |o.uk QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk Status|Signed Off |Passed QA --- Comment #25 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- This makes a lot of sense to me.. all working well and the QA scripts are happy. Passing QA, thanks Jason -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Circulation| |Holds function| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |25.11.00 released in| | Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #26 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 25.11 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Paul Derscheid <paul.derscheid@lmscloud.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Pushed to stable Version(s)|25.11.00 |25.11.00,25.05.04 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 --- Comment #27 from Paul Derscheid <paul.derscheid@lmscloud.de> --- Nice work everyone! Pushed to 25.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |Needs documenting --- Comment #28 from Fridolin Somers <fridolin.somers@biblibre.com> --- Enhancement not pushed to 24.11.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Cheryl <clackman@fargolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clackman@fargolibrary.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41788 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41788 [Bug 41788] Make holds queue redirection optional -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|41788 | --- Comment #29 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- This bug adds the run_report=1 param to the link on circulation-home.tt. Now the holds queue runs without first giving the option to filter first, that is problematic in larger library settings. Bug 41788 has been opened. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41788 [Bug 41788] Make holds queue redirection optional -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |41788 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41788 [Bug 41788] Make holds queue redirection optional -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36455 carthur@slolibrary.org <carthur@slolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |carthur@slolibrary.org -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org