[Bug 40026] New: Edit item metadata should present Standard form if AutoILLBackendPriority is in use
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Bug ID: 40026 Summary: Edit item metadata should present Standard form if AutoILLBackendPriority is in use Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: ILL Assignee: koha-bugs@lists.koha-community.org Reporter: pedro.amorim@openfifth.co.uk QA Contact: testopia@bugs.koha-community.org CC: pedro.amorim@openfifth.co.uk, tomascohen@gmail.com -- 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=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> 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=40026 --- Comment #1 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182836 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182836&action=edit Bug 40026: Edit item metadata should present Standard form if AutoILLBackendPriority is in use When the AutoILLBackendPriority system preference is enabled, the form that was used is always the Standard form, regardless of which backend the request ends up on. It only makes sense that when editing an ILL request's item metadata, the form shown is also the Standard form if AutoILLBackendPriority is in use. Test plan, k-t-d, don't apply patch: 1) Enable ILLModule 2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend plugin: https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.... 3) Restart plack $ koha-plack --restart kohadev 4) Create a new IncDocs ILL request: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs 5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'. 6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This is only done now to simplify the test plan, as creating an 'IncDocs' request using AutoILLBackendPriority requires credentials configuration. 7) Back on the 'Manage request' page for the request created in step 5, click 'Edit item metadata'. Notice the form shown is the 'Standard' form. Edit any of the metadata values, click 'Save'. Verify the new metadata is saved correctly. -- 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=40026 --- Comment #2 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182837 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182837&action=edit Bug 40026: Update edit item metadata screen header -- 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=40026 --- Comment #3 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182838 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182838&action=edit Bug 40026: 'Cancel' edit item metadata returns to request, not table view -- 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=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |pedro.amorim@openfifth.co.u |ity.org |k -- 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=40026 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #4 from David Nind <david@davidnind.com> --- Not sure what to do after step 7 for testing - no patch is applied yet. After that step, I applied the patch and restarted everything. Now when I access the ILL request I created, I get a 500 error - which I assume is because of step 6 that credentials are required. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182836|0 |1 is obsolete| | --- Comment #5 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182898 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182898&action=edit Bug 40026: Edit item metadata should present Standard form if AutoILLBackendPriority is in use When the AutoILLBackendPriority system preference is enabled, the form that was used is always the Standard form, regardless of which backend the request ends up on. It only makes sense that when editing an ILL request's item metadata, the form shown is also the Standard form if AutoILLBackendPriority is in use. Test plan, k-t-d, don't apply patch: 1) Enable ILLModule 2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend plugin: https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.... 3) Restart plack $ koha-plack --restart kohadev 4) Create a new IncDocs ILL request: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs 5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'. 6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This is only done now to simplify the test plan, as creating an 'IncDocs' request using AutoILLBackendPriority requires credentials configuration. 7) Back on the 'Manage request' page for the request created in step 5, click 'Edit item metadata'. Notice the form shown is not the 'Standard' form (its the IncDocs one). Edit any of the metadata values, click 'Save'. Verify the new metadata is saved correctly. 8) Apply patch. Repeat 7). Notice the form shown is the 'Standard' form now. Edit any of the metadata values, click "Save". Verify the new medata is saved correctly. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182837|0 |1 is obsolete| | --- Comment #6 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182899&action=edit Bug 40026: Update edit item metadata screen header -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182838|0 |1 is obsolete| | --- Comment #7 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 182900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182900&action=edit Bug 40026: 'Cancel' edit item metadata returns to request, not table view -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #8 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to David Nind from comment #4)
Not sure what to do after step 7 for testing - no patch is applied yet.
After that step, I applied the patch and restarted everything.
Now when I access the ILL request I created, I get a 500 error - which I assume is because of step 6 that credentials are required.
Hi David thank you for your time here. It appears I've had an incomplete test plan, apologies for that. I've updated the test plan, would you please take a look again when convenient? Thank you. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #9 from David Nind <david@davidnind.com> --- (In reply to Pedro Amorim from comment #8)
(In reply to David Nind from comment #4)
Not sure what to do after step 7 for testing - no patch is applied yet.
After that step, I applied the patch and restarted everything.
Now when I access the ILL request I created, I get a 500 error - which I assume is because of step 6 that credentials are required.
Hi David thank you for your time here. It appears I've had an incomplete test plan, apologies for that. I've updated the test plan, would you please take a look again when convenient? Thank you.
For step 8, I now get an error 500. I'm not sure that I got the sequence right: 1. Step 7 - everything works as per the test plan 2. For step 8, I get an error 500. I applied the patch, restarted everything, then refreshed the page. Then I get a error 500 when I click 'Edit item metadata'. From the logs: ==> /var/log/koha/kohadev/plack-error.log <== Template process failed: file error - /kohadevbox/koha/Koha/ILL/Backend/intra-includes/edititem.inc: not found at /kohadevbox/koha/C4/Templates.pm line 146. ==> /var/log/koha/kohadev/plack-intranet-error.log <== [2025/06/16 05:36:00] [WARN] illrequestattributes is DEPRECATED in favor of extended_attributes at /var/lib/koha/kohadev/plugins/Koha/Plugin/Com/PTFSEurope/IncDocs.pm line 358. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182898|0 |1 is obsolete| | --- Comment #10 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 183276 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183276&action=edit Bug 40026: Edit item metadata should present Standard form if AutoILLBackendPriority is in use When the AutoILLBackendPriority system preference is enabled, the form that was used is always the Standard form, regardless of which backend the request ends up on. It only makes sense that when editing an ILL request's item metadata, the form shown is also the Standard form if AutoILLBackendPriority is in use. Test plan, k-t-d, don't apply patch: 1) Enable ILLModule 2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend plugin: https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.... 3) Restart plack $ koha-plack --restart kohadev 4) Create a new IncDocs ILL request: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs 5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'. 6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This is only done now to simplify the test plan, as creating an 'IncDocs' request using AutoILLBackendPriority requires credentials configuration. 7) Back on the 'Manage request' page for the request created in step 5, click 'Edit item metadata'. Notice the form shown is not the 'Standard' form (its the IncDocs one). Edit any of the metadata values, click 'Save'. Verify the new metadata is saved correctly. 8) Apply patch. Repeat 7). Notice the form shown is the 'Standard' form now. Edit any of the metadata values, click "Save". Verify the new medata is saved correctly. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182899|0 |1 is obsolete| | --- Comment #11 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 183277 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183277&action=edit Bug 40026: Update edit item metadata screen header -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #182900|0 |1 is obsolete| | --- Comment #12 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 183278 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183278&action=edit Bug 40026: 'Cancel' edit item metadata returns to request, not table view -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #13 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to David Nind from comment #9)
For step 8, I now get an error 500.
Thank you, David. Please try again. I had accidentally submitted a 24.11.x version of the patch but have corrected now. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #14 from David Nind <david@davidnind.com> --- (In reply to Pedro Amorim from comment #13)
(In reply to David Nind from comment #9)
For step 8, I now get an error 500.
Thank you, David. Please try again. I had accidentally submitted a 24.11.x version of the patch but have corrected now.
Thanks Pedro! When I edit the request in step 8, I get the standard form and the option to choose the type. Selecting any of the type options doesn't show any fields for the request type. After clicking update, then "Edit item metadata" displays the fields for the previously selected type. Selecting the type doesn't change the fields until you click update, then "Edit item metadata". Not sure that I've explained this very well, or if this is what is expected. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #15 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- (In reply to David Nind from comment #14)
(In reply to Pedro Amorim from comment #13)
(In reply to David Nind from comment #9)
For step 8, I now get an error 500.
Thank you, David. Please try again. I had accidentally submitted a 24.11.x version of the patch but have corrected now.
Thanks Pedro!
When I edit the request in step 8, I get the standard form and the option to choose the type.
Selecting any of the type options doesn't show any fields for the request type.
After clicking update, then "Edit item metadata" displays the fields for the previously selected type.
Selecting the type doesn't change the fields until you click update, then "Edit item metadata".
Not sure that I've explained this very well, or if this is what is expected.
That all seems to be as expected. The bug you're describing (fields don't update) is a different one: Bug 40025 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 David Nind <david@davidnind.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=40026 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183276|0 |1 is obsolete| | --- Comment #16 from David Nind <david@davidnind.com> --- Created attachment 183289 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183289&action=edit Bug 40026: Edit item metadata should present Standard form if AutoILLBackendPriority is in use When the AutoILLBackendPriority system preference is enabled, the form that was used is always the Standard form, regardless of which backend the request ends up on. It only makes sense that when editing an ILL request's item metadata, the form shown is also the Standard form if AutoILLBackendPriority is in use. Test plan, k-t-d, don't apply patch: 1) Enable ILLModule 2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend plugin: https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.... 3) Restart plack $ koha-plack --restart kohadev 4) Create a new IncDocs ILL request: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs 5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'. 6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This is only done now to simplify the test plan, as creating an 'IncDocs' request using AutoILLBackendPriority requires credentials configuration. 7) Back on the 'Manage request' page for the request created in step 5, click 'Edit item metadata'. Notice the form shown is not the 'Standard' form (its the IncDocs one). Edit any of the metadata values, click 'Save'. Verify the new metadata is saved correctly. 8) Apply patch. Repeat 7). Notice the form shown is the 'Standard' form now. Edit any of the metadata values, click "Save". Verify the new medata is saved correctly. Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183277|0 |1 is obsolete| | --- Comment #17 from David Nind <david@davidnind.com> --- Created attachment 183290 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183290&action=edit Bug 40026: Update edit item metadata screen header Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183278|0 |1 is obsolete| | --- Comment #18 from David Nind <david@davidnind.com> --- Created attachment 183291 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183291&action=edit Bug 40026: 'Cancel' edit item metadata returns to request, not table view Signed-off-by: David Nind <david@davidnind.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #19 from David Nind <david@davidnind.com> --- (In reply to Pedro Amorim from comment #15)
That all seems to be as expected. The bug you're describing (fields don't update) is a different one: Bug 40025
Thanks Pedro! Signed off. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #183289|0 |1 is obsolete| | Attachment #183290|0 |1 is obsolete| | Attachment #183291|0 |1 is obsolete| | --- Comment #20 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185039 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185039&action=edit Bug 40026: Edit item metadata should present Standard form if AutoILLBackendPriority is in use When the AutoILLBackendPriority system preference is enabled, the form that was used is always the Standard form, regardless of which backend the request ends up on. It only makes sense that when editing an ILL request's item metadata, the form shown is also the Standard form if AutoILLBackendPriority is in use. Test plan, k-t-d, don't apply patch: 1) Enable ILLModule 2) Install an external backend, e.g. the libkey lending tool (IncDocs) backend plugin: https://github.com/openfifth/koha-ill-libkey-lending-tool/releases/tag/v2.0.... 3) Restart plack $ koha-plack --restart kohadev 4) Create a new IncDocs ILL request: <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=IncDocs 5) Add a DOI '123', a cardnumber '42' and any library. Click 'Make request'. 6) Enable AutoILLBackendPriority system preference by ticking 'IncDocs'. This is only done now to simplify the test plan, as creating an 'IncDocs' request using AutoILLBackendPriority requires credentials configuration. 7) Back on the 'Manage request' page for the request created in step 5, click 'Edit item metadata'. Notice the form shown is not the 'Standard' form (its the IncDocs one). Edit any of the metadata values, click 'Save'. Verify the new metadata is saved correctly. 8) Apply patch. Repeat 7). Notice the form shown is the 'Standard' form now. Edit any of the metadata values, click "Save". Verify the new medata is saved correctly. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <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=40026 --- Comment #21 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185040 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185040&action=edit Bug 40026: Update edit item metadata screen header Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <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=40026 --- Comment #22 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185041 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185041&action=edit Bug 40026: 'Cancel' edit item metadata returns to request, not table view Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Nick Clemens <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=40026 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com Status|Passed QA |Failed QA --- Comment #23 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- /kohadevbox/koha/t/db_dependent/Koha/ILL/Requests.t fails with this patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Pedro Amorim <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- Comment #24 from Pedro Amorim <pedro.amorim@openfifth.co.uk> --- Created attachment 185044 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185044&action=edit Bug 40026: (QA follow-up): Only compare string if defined prove /kohadevbox/koha/t/db_dependent/Koha/ILL/Requests.t -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #185044|0 |1 is obsolete| | --- Comment #25 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 185045 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=185045&action=edit Bug 40026: (QA follow-up): Only compare string if defined prove /kohadevbox/koha/t/db_dependent/Koha/ILL/Requests.t Signed-off-by: Nick Clemens <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=40026 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |nick@bywatersolutions.com |y.org | CC| |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=40026 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 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=40026 --- 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=40026 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.03 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40026 --- 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=40026 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Needs documenting CC| |fridolin.somers@biblibre.co | |m --- 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=40026 Aude Charillon <aude.charillon@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED CC| |aude.charillon@openfifth.co | |.uk --- Comment #29 from Aude Charillon <aude.charillon@openfifth.co.uk> --- No need for changes in the Manual. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org