[Bug 34353] New: We don't need 'SpineLabelShowPrintOnBibDetails' anymore
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Bug ID: 34353 Summary: We don't need 'SpineLabelShowPrintOnBibDetails' anymore Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff interface Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Surely we don't need this preference anymore.. one can enable/disable the option to display this button from the table settings page instead? -- 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=34353 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart+koha@gmail. | |com, | |katrin.fischer@bsz-bw.de, | |oleonard@myacpl.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- 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=34353 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |minor -- 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=34353 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |33568 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I will be happy to do that on top of bug 33568. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 [Bug 33568] Use the REST API to display items on the biblio detail 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=34353 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Academy -- 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=34353 Bug 34353 depends on bug 33568, which changed state. Bug 33568 Summary: Use the REST API to display items on the staff biblio detail view https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33568 What |Removed |Added ---------------------------------------------------------------------------- Status|Needs documenting |RESOLVED Resolution|--- |FIXED -- 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=34353 --- Comment #2 from Olivia Reynolds <olivia@memlen.com> --- Created attachment 198015 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198015&action=edit Bug 34353: Remove 'SpineLabelShowPrintOnBibDetails' syspref With the ability to customise which columns are hidden by default as part of "Table settings", this syspref is redundant. As part of the atomicupdate, we incorporate the previous syspref value into columns_settings. As there are six possible states the migration could start from (the syspref can be 0 or 1, and the table setting can be 0, 1, or NULL) and two final states it must be idempotent from, the test plan is unfortunately quite cumbersome. Test plan: 1. Reset the database, to clear the table settings. 2. Apply patch and update the database. 3. Navigate to Administration > System preferences > Cataloging. 4. Verify that "SpineLabelShowPrintOnBibDetails" does not appear. 5. Navigate to a catalogue detail page. 6. Verify that the "Spine label" column is hidden. 7. Update the database again. 8. Navigate to a catalogue detail page. 9. Verify that the "Spine label" column is hidden. 10. Revert the patch. 11. Reset the database, to clear the table settings. 12. Navigate to Administration > System preferences > Cataloging. 13. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 14. Apply patch and update the database. 15. Navigate to a catalogue detail page. 16. Verify that the "Spine label" column is visible. 17. Update the database again. 18. Navigate to a catalogue detail page. 19. Verify that the "Spine label" column is visible. 20. Revert the patch. 21. Reset the database, to clear the table settings. 22. Navigate to Administration > Table settings. 23. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 24. Apply patch and update the database. 25. Navigate to a catalogue detail page. 26. Verify that the "Spine label" column is hidden. 27. Revert the patch. 28. Reset the database, to clear the table settings. 29. Navigate to Administration > System preferences > Cataloging. 30. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 31. Navigate to Administration > Table settings. 32. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 33. Apply patch and update the database. 34. Navigate to a catalogue detail page. 35. Verify that the "Spine label" column is hidden. 36. Revert the patch. 37. Reset the database, to clear the table settings. 38. Navigate to Administration > Table settings. 39. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 40. Apply patch and update the database. 41. Navigate to a catalogue detail page. 42. Verify that the "Spine label" column is hidden. 43. Revert the patch. 44. Reset the database, to clear the table settings. 45. Navigate to Administration > System preferences > Cataloging. 46. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 47. Navigate to Administration > Table settings. 48. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 49. Apply patch and update the database. 50. Navigate to a catalogue detail page. 51. Verify that the "Spine label" column is visible. Thanks-to: Katrin Fischer -- 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=34353 Olivia Reynolds <olivia@memlen.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff CC| |olivia@memlen.com -- 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=34353 Olivia Reynolds <olivia@memlen.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |olivia@memlen.com |ity.org | -- 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=34353 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com Status|Needs Signoff |Patch doesn't apply --- Comment #3 from David Nind <david@davidnind.com> --- The patch no longer applies 8-(... I think it may have been caused by Bug 42341: Fix translatability of 'Print label' on staff detail page, pushed "yesterday". -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Olivia Reynolds <olivia@memlen.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Patch doesn't apply |Needs Signoff --- Comment #4 from Olivia Reynolds <olivia@memlen.com> --- Thanks for spotting that David; I've rebased my branch and updated the patch. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Olivia Reynolds <olivia@memlen.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #198015|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 --- Comment #5 from Olivia Reynolds <olivia@memlen.com> --- Created attachment 198213 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198213&action=edit Bug 34353: Remove 'SpineLabelShowPrintOnBibDetails' syspref With the ability to customise which columns are hidden by default as part of "Table settings", this syspref is redundant. As part of the atomicupdate, we incorporate the previous syspref value into columns_settings. As there are six possible states the migration could start from (the syspref can be 0 or 1, and the table setting can be 0, 1, or NULL) and two final states it must be idempotent from, the test plan is unfortunately quite cumbersome. Test plan: 1. Reset the database, to clear the table settings. 2. Apply patch and update the database. 3. Navigate to Administration > System preferences > Cataloging. 4. Verify that "SpineLabelShowPrintOnBibDetails" does not appear. 5. Navigate to a catalogue detail page. 6. Verify that the "Spine label" column is hidden. 7. Update the database again. 8. Navigate to a catalogue detail page. 9. Verify that the "Spine label" column is hidden. 10. Revert the patch. 11. Reset the database, to clear the table settings. 12. Navigate to Administration > System preferences > Cataloging. 13. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 14. Apply patch and update the database. 15. Navigate to a catalogue detail page. 16. Verify that the "Spine label" column is visible. 17. Update the database again. 18. Navigate to a catalogue detail page. 19. Verify that the "Spine label" column is visible. 20. Revert the patch. 21. Reset the database, to clear the table settings. 22. Navigate to Administration > Table settings. 23. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 24. Apply patch and update the database. 25. Navigate to a catalogue detail page. 26. Verify that the "Spine label" column is hidden. 27. Revert the patch. 28. Reset the database, to clear the table settings. 29. Navigate to Administration > System preferences > Cataloging. 30. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 31. Navigate to Administration > Table settings. 32. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 33. Apply patch and update the database. 34. Navigate to a catalogue detail page. 35. Verify that the "Spine label" column is hidden. 36. Revert the patch. 37. Reset the database, to clear the table settings. 38. Navigate to Administration > Table settings. 39. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 40. Apply patch and update the database. 41. Navigate to a catalogue detail page. 42. Verify that the "Spine label" column is hidden. 43. Revert the patch. 44. Reset the database, to clear the table settings. 45. Navigate to Administration > System preferences > Cataloging. 46. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 47. Navigate to Administration > Table settings. 48. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 49. Apply patch and update the database. 50. Navigate to a catalogue detail page. 51. Verify that the "Spine label" column is visible. Thanks-to: Katrin Fischer -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 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=34353 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #198213|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 --- Comment #6 from David Nind <david@davidnind.com> --- Created attachment 198215 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198215&action=edit Bug 34353: Remove 'SpineLabelShowPrintOnBibDetails' syspref With the ability to customise which columns are hidden by default as part of "Table settings", this syspref is redundant. As part of the atomicupdate, we incorporate the previous syspref value into columns_settings. As there are six possible states the migration could start from (the syspref can be 0 or 1, and the table setting can be 0, 1, or NULL) and two final states it must be idempotent from, the test plan is unfortunately quite cumbersome. Test plan: 1. Reset the database, to clear the table settings. 2. Apply patch and update the database. 3. Navigate to Administration > System preferences > Cataloging. 4. Verify that "SpineLabelShowPrintOnBibDetails" does not appear. 5. Navigate to a catalogue detail page. 6. Verify that the "Spine label" column is hidden. 7. Update the database again. 8. Navigate to a catalogue detail page. 9. Verify that the "Spine label" column is hidden. 10. Revert the patch. 11. Reset the database, to clear the table settings. 12. Navigate to Administration > System preferences > Cataloging. 13. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 14. Apply patch and update the database. 15. Navigate to a catalogue detail page. 16. Verify that the "Spine label" column is visible. 17. Update the database again. 18. Navigate to a catalogue detail page. 19. Verify that the "Spine label" column is visible. 20. Revert the patch. 21. Reset the database, to clear the table settings. 22. Navigate to Administration > Table settings. 23. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 24. Apply patch and update the database. 25. Navigate to a catalogue detail page. 26. Verify that the "Spine label" column is hidden. 27. Revert the patch. 28. Reset the database, to clear the table settings. 29. Navigate to Administration > System preferences > Cataloging. 30. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 31. Navigate to Administration > Table settings. 32. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 33. Apply patch and update the database. 34. Navigate to a catalogue detail page. 35. Verify that the "Spine label" column is hidden. 36. Revert the patch. 37. Reset the database, to clear the table settings. 38. Navigate to Administration > Table settings. 39. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 40. Apply patch and update the database. 41. Navigate to a catalogue detail page. 42. Verify that the "Spine label" column is hidden. 43. Revert the patch. 44. Reset the database, to clear the table settings. 45. Navigate to Administration > System preferences > Cataloging. 46. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 47. Navigate to Administration > Table settings. 48. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 49. Apply patch and update the database. 50. Navigate to a catalogue detail page. 51. Verify that the "Spine label" column is visible. Thanks-to: Katrin Fischer 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=34353 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This removes the release notes| |SpineLabelShowPrintOnBibDet | |ails system preference, as | |columns shown on the | |bibliographic details page | |holding table are | |customizable using table | |settings. | | | |(Upgrading takes into | |account the current | |settings. For, example if | |SpineLabelShowPrintOnBibDet | |ails was set to show, then | |it will be visible unless | |the table setting for | |spinelabel was set to "Is | |hidden by default".) --- Comment #7 from David Nind <david@davidnind.com> --- (In reply to Olivia Reynolds from comment #4)
Thanks for spotting that David; I've rebased my branch and updated the patch.
Thanks Olivia! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|Trivial patch |Small patch QA Contact|testopia@bugs.koha-communit |martin.renvoize@openfifth.c |y.org |o.uk 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=34353 Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #198215|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 --- Comment #8 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198228 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198228&action=edit Bug 34353: Remove 'SpineLabelShowPrintOnBibDetails' syspref With the ability to customise which columns are hidden by default as part of "Table settings", this syspref is redundant. As part of the atomicupdate, we incorporate the previous syspref value into columns_settings. As there are six possible states the migration could start from (the syspref can be 0 or 1, and the table setting can be 0, 1, or NULL) and two final states it must be idempotent from, the test plan is unfortunately quite cumbersome. Test plan: 1. Reset the database, to clear the table settings. 2. Apply patch and update the database. 3. Navigate to Administration > System preferences > Cataloging. 4. Verify that "SpineLabelShowPrintOnBibDetails" does not appear. 5. Navigate to a catalogue detail page. 6. Verify that the "Spine label" column is hidden. 7. Update the database again. 8. Navigate to a catalogue detail page. 9. Verify that the "Spine label" column is hidden. 10. Revert the patch. 11. Reset the database, to clear the table settings. 12. Navigate to Administration > System preferences > Cataloging. 13. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 14. Apply patch and update the database. 15. Navigate to a catalogue detail page. 16. Verify that the "Spine label" column is visible. 17. Update the database again. 18. Navigate to a catalogue detail page. 19. Verify that the "Spine label" column is visible. 20. Revert the patch. 21. Reset the database, to clear the table settings. 22. Navigate to Administration > Table settings. 23. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 24. Apply patch and update the database. 25. Navigate to a catalogue detail page. 26. Verify that the "Spine label" column is hidden. 27. Revert the patch. 28. Reset the database, to clear the table settings. 29. Navigate to Administration > System preferences > Cataloging. 30. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 31. Navigate to Administration > Table settings. 32. Under Catalog > holdings_table, check "Is hidden by default" for "spinelabel" and save. 33. Apply patch and update the database. 34. Navigate to a catalogue detail page. 35. Verify that the "Spine label" column is hidden. 36. Revert the patch. 37. Reset the database, to clear the table settings. 38. Navigate to Administration > Table settings. 39. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 40. Apply patch and update the database. 41. Navigate to a catalogue detail page. 42. Verify that the "Spine label" column is hidden. 43. Revert the patch. 44. Reset the database, to clear the table settings. 45. Navigate to Administration > System preferences > Cataloging. 46. Set "SpineLabelShowPrintOnBibDetails" to "Show" and save. 47. Navigate to Administration > Table settings. 48. Under Catalog > holdings_table, uncheck "Is hidden by default" for "spinelabel" and save. 49. Apply patch and update the database. 50. Navigate to a catalogue detail page. 51. Verify that the "Spine label" column is visible. Thanks-to: Katrin Fischer Signed-off-by: David Nind <david@davidnind.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=34353 --- Comment #9 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198229 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198229&action=edit Bug 34353: (QA follow-up) Migrate spinelabel for both holdings tables The catalogue_detail.inc include is shared by both the holdings_table and otherholdings_table tabs, so the column visibility migration must seed both. Without this, sites that previously had 'SpineLabelShowPrintOnBibDetails' set to "Don't show" would still see the spine-label column appear in the other-holdings tab. Also mark 'spinelabel' as is_hidden by default in admin/columns_settings.yml for both tables, so fresh installs (where the atomicupdate doesn't run) match the previous syspref default of 0 (Don't show). Test plan: 1. Reset the database, do not apply the parent patch yet. 2. With the syspref still present, set it to "Don't show" and save. 3. Apply the parent patch and this follow-up, then update the database. 4. Navigate to a record with items in both 'Holdings' and 'Other holdings' tabs. 5. Verify the 'Spine label' column is hidden in BOTH tabs. 6. Reset the database again. Set the syspref to "Show", save, then apply patches and update the database. 7. Verify the 'Spine label' column is visible in BOTH tabs. 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=34353 --- Comment #10 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198230 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198230&action=edit Bug 34353: (QA follow-up) Atomicupdate cleanup - Set the executable bit on the atomicupdate so it passes the QA file_permissions check. - Drop the unused 'say_info' import; only 'say_warning' and 'say_success' are now needed. - Capture the row count from the DELETE so we report 'say_warning' on a re-run (when the syspref is already gone) instead of falsely claiming to have deleted it again. - Add an inline comment explaining the conservative '(is_hidden OR VALUES(is_hidden))' conflict-resolution rule used when a table-settings row already exists alongside the old syspref value. Test plan: 1. Verify the atomicupdate file has the executable bit set. 2. On a database where the syspref is still present, run the atomicupdate. Confirm output reads "Deleted 'SpineLabelShowPrintOnBibDetails' syspref". 3. Run the atomicupdate a second time. Confirm output now reads "'SpineLabelShowPrintOnBibDetails' syspref already removed". 4. Confirm the columns_settings rows are unchanged on re-run. 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=34353 --- Comment #11 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 198231 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=198231&action=edit Bug 34353: (QA follow-up) Fix QA script failures - Replace IFNULL with COALESCE in the atomicupdate to satisfy the forbidden_patterns check (IFNULL is non-standard SQL). - Run misc/devel/tidy.pl over the modified catalogue_detail.inc to satisfy the tidiness check. Test plan: 1. Run the QA script against the patch series and confirm both forbidden_patterns and tidiness checks pass. 2. Re-run the parent commit's test plan and confirm spine-label column visibility behaves identically. 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=34353 --- Comment #12 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Great work Olivia, very comprehensive. I added some minor follow-ups, but there's nothing major here and I wanted to get it through the QA process for you. Martin -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |26.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 --- Comment #13 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34353 Jacob O'Mara <jacob.omara@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to main |Needs documenting --- Comment #14 from Jacob O'Mara <jacob.omara@openfifth.co.uk> --- This will not be backported to 25.11.x due to it being deemed an enhancement or a dependancy not being met -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org