[Bug 35989] New: Searching Geographic authorities generates error
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Bug ID: 35989 Summary: Searching Geographic authorities generates error Change sponsored?: --- Product: Koha Version: 23.11 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P5 - low Component: Searching Assignee: koha-bugs@lists.koha-community.org Reporter: rcooper@inceptlabs.com.au QA Contact: testopia@bugs.koha-community.org 1) Search Authorities from the main view (/cgi-bin/koha/authorities/authorities-home.pl) 2) From Authority type drop down select Geographic Name 3) Leave the search field blank 4) Run the search 5) The following error is returned : Error: Unmatched [ in regex; marked by <-- HERE in m/^[ <-- HERE ]$/ at /usr/share/perl5/MARC/Field.pm line 643. Notes: This also happens when searching for a or Australia, but not when searching for Japan When searching using the Authority Search pop-up, an Error 500 is returned. -- 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=35989 Robert Cooper <rcooper@inceptlabs.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - low |P3 -- 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=35989 Thomas Sycko <tsycko@tswarren.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tsycko@tswarren.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 --- Comment #1 from Thomas Sycko <tsycko@tswarren.com> --- I am able to replicate the error when searching all authorities and geographic authorities. Searching other authority types works as expected. -- 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=35989 Thomas Sycko <tsycko@tswarren.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major Priority|P3 |P2 -- 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=35989 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=36413 -- 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=35989 Hugo Agud <hagud@orex.es> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud@orex.es --- Comment #2 from Hugo Agud <hagud@orex.es> --- *** Bug 36413 has been marked as a duplicate of this bug. *** -- 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=35989 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> 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=35989 --- Comment #3 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Created attachment 166811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166811&action=edit Bug 35989: Stop geographic authority searches crashing Currently when searching for a geographic authority record the search will fail if the record has a heading in a 78X field. The system tries to do a regex match against an undefined variable causing an error. This patch makes that regex match conditional on the variable being defined to allow the search to succeed. Test plan: 1) Navigate to Authorities 2) In the search bar at the top of the page, click on the dropdown options and in the 'Authority type' field, select 'Geographic Name' 3) Click search 4) You should have a list of authorities 5) Click on any authority record and then click edit and select to edit the record 6) Click on the "7" button 7) Click on the green text next to the '781' field to get the list of fields 8) In field 'v' enter any string you like 9) Click save 10) Repeat steps 1-3, this time it should display an error message for an Unmatched [ in regex 11) Apply patch 12) restart_all 13) Refresh the page, the results should show and the string you entered in the 'v' field should display on the record you edited -- 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=35989 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |domm@plix.at, | |martin.renvoize@ptfs-europe | |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Martin Renvoize <martin.renvoize@ptfs-europe.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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- 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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166811|0 |1 is obsolete| | --- Comment #4 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 166821 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166821&action=edit Bug 35989: Stop geographic authority searches crashing Currently when searching for a geographic authority record the search will fail if the record has a heading in a 78X field. The system tries to do a regex match against an undefined variable causing an error. This patch makes that regex match conditional on the variable being defined to allow the search to succeed. Test plan: 1) Navigate to Authorities 2) In the search bar at the top of the page, click on the dropdown options and in the 'Authority type' field, select 'Geographic Name' 3) Click search 4) You should have a list of authorities 5) Click on any authority record and then click edit and select to edit the record 6) Click on the "7" button 7) Click on the green text next to the '781' field to get the list of fields 8) In field 'v' enter any string you like 9) Click save 10) Repeat steps 1-3, this time it should display an error message for an Unmatched [ in regex 11) Apply patch 12) restart_all 13) Refresh the page, the results should show and the string you entered in the 'v' field should display on the record you edited Signed-off-by: Nick Clemens <nick@bywatersolutions.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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #5 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- This fixes the immediate issue, however, the variables: $subfields_to_report $subfields_to_subdivision are both being used oddly - they are initialized, but then repeatedly used in loops of different field types (4xx, 7xx, 8xx) without being cleared or reset. If you add a 751 field before the 781 before applying the patch, the problem disappears Also, you can then note the 781 field is repeated I also tested by simply initializing $subfields_to_subdivision as undef rather then "" and the error disappears. I think we need to look deeper and clean a bit more here -- 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=35989 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |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=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aleisha@catalyst.net.nz --- Comment #6 from Aleisha Amohia <aleisha@catalyst.net.nz> --- (In reply to Nick Clemens (kidclamp) from comment #5)
This fixes the immediate issue...
I think we need to look deeper and clean a bit more here
This is a major bug - we'd be quite keen to see the immediate fix get through so we're no longer getting an error. It will buy the community time to look deeper and do a proper clean, without inconveniencing the libraries. What do you think? -- 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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- 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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166821|0 |1 is obsolete| | --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 167244 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167244&action=edit Bug 35989: Stop geographic authority searches crashing Currently when searching for a geographic authority record the search will fail if the record has a heading in a 78X field. The system tries to do a regex match against an undefined variable causing an error. This patch makes that regex match conditional on the variable being defined to allow the search to succeed. Test plan: 1) Navigate to Authorities 2) In the search bar at the top of the page, click on the dropdown options and in the 'Authority type' field, select 'Geographic Name' 3) Click search 4) You should have a list of authorities 5) Click on any authority record and then click edit and select to edit the record 6) Click on the "7" button 7) Click on the green text next to the '781' field to get the list of fields 8) In field 'v' enter any string you like 9) Click save 10) Repeat steps 1-3, this time it should display an error message for an Unmatched [ in regex 11) Apply patch 12) restart_all 13) Refresh the page, the results should show and the string you entered in the 'v' field should display on the record you edited Signed-off-by: Nick Clemens <nick@bywatersolutions.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=35989 --- Comment #8 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 167245 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167245&action=edit Bug 35989: (QA follow-up) Add test and limit variable scope Before this patch if a record had a 751 and a 781 you could have fields repeated. This patch reduces the scope of the fields to subdivision variable as it is only used in processing 7xx fields and should not be shared between fields. I also add unit tests Signed-off-by: Nick Clemens <nick@bywatersolutions.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=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|23.11 |Main OS|Linux |All Assignee|koha-bugs@lists.koha-commun |matt.blenkinsop@ptfs-europe |ity.org |.com Hardware|PC |All -- 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=35989 --- Comment #9 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Aleisha Amohia from comment #6)
(In reply to Nick Clemens (kidclamp) from comment #5)
This fixes the immediate issue...
I think we need to look deeper and clean a bit more here
This is a major bug - we'd be quite keen to see the immediate fix get through so we're no longer getting an error. It will buy the community time to look deeper and do a proper clean, without inconveniencing the libraries. What do you think?
I added a small follow-up to fix issues this revealed - and tests - can you QA Aleisha? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36985 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36985 [Bug 36985] 880 sub fields are not handled correctly in BuildSummary -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA QA Contact|testopia@bugs.koha-communit |aleisha@catalyst.net.nz |y.org | --- Comment #10 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Sorry, some QA tests failing: $ qa -v 2 testing 2 commit(s) (applied to b16e205 'a94 Koha 24.05 is here!') Processing files before patches |========================>| 2 / 2 (100.00%) Processing files after patches |========================>| 2 / 2 (100.00%) WARN C4/AuthoritiesMarc.pm WARN tidiness The file is less tidy than before (bad/messy lines before: 617, now: 619) WARN t/db_dependent/AuthoritiesMarc.t WARN tidiness The file is less tidy than before (bad/messy lines before: 127, now: 129) Processing additional checks OK! * Was this bug sponsored by anyone? Running tests (1) * Proving /kohadevbox/koha/t/db_dependent/AuthoritiesMarc.t OK! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 --- Comment #11 from Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> --- Created attachment 167267 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167267&action=edit Bug 35989: (QA follow-up): Fix QA tests Some file tidying to pass the QA tests -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Aleisha Amohia <aleisha@catalyst.net.nz> 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=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167244|0 |1 is obsolete| | --- Comment #12 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 167422 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167422&action=edit Bug 35989: Stop geographic authority searches crashing Currently when searching for a geographic authority record the search will fail if the record has a heading in a 78X field. The system tries to do a regex match against an undefined variable causing an error. This patch makes that regex match conditional on the variable being defined to allow the search to succeed. Test plan: 1) Navigate to Authorities 2) In the search bar at the top of the page, click on the dropdown options and in the 'Authority type' field, select 'Geographic Name' 3) Click search 4) You should have a list of authorities 5) Click on any authority record and then click edit and select to edit the record 6) Click on the "7" button 7) Click on the green text next to the '781' field to get the list of fields 8) In field 'v' enter any string you like 9) Click save 10) Repeat steps 1-3, this time it should display an error message for an Unmatched [ in regex 11) Apply patch 12) restart_all 13) Refresh the page, the results should show and the string you entered in the 'v' field should display on the record you edited Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167245|0 |1 is obsolete| | --- Comment #13 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 167423 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167423&action=edit Bug 35989: (QA follow-up) Add test and limit variable scope Before this patch if a record had a 751 and a 781 you could have fields repeated. This patch reduces the scope of the fields to subdivision variable as it is only used in processing 7xx fields and should not be shared between fields. I also add unit tests Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167267|0 |1 is obsolete| | --- Comment #14 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Created attachment 167424 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167424&action=edit Bug 35989: (QA follow-up): Fix QA tests Some file tidying to pass the QA tests Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |24.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=35989 --- Comment #15 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Thanks for all the hard work! Pushed to main for the next 24.11.00 release as RM Assistant -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_23_11_candidate --- Comment #16 from Aleisha Amohia <aleisha@catalyst.net.nz> --- Can confirm this is still valid in 23.11 - please backport through 24.05 as well -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lucas@bywatersolutions.com Status|Pushed to main |Pushed to stable Version(s)|24.11.00 |24.11.00,24.05.02 released in| | --- Comment #17 from Lucas Gass <lucas@bywatersolutions.com> --- Backported to 24.05.x for upcoming 24.05.02 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to stable |Pushed to oldstable CC| |fridolin.somers@biblibre.co | |m Version(s)|24.11.00,24.05.02 |24.11.00,24.05.02,23.11.07 released in| | --- Comment #18 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 23.11.x for 23.11.07 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 wainuiwitikapark@catalyst.net.nz changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wainuiwitikapark@catalyst.n | |et.nz --- Comment #19 from wainuiwitikapark@catalyst.net.nz --- not backporting to 23.05.x unless requested -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|martin.renvoize@ptfs-europe | |.com | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This fixes an error release notes| |generated when searching | |geographic name authorities | |("Error: Unmatched [ in | |regex; marked by ...".). | |The error was generated if | |an authority record had a | |heading in the subfields | |for 751 (Established | |Heading Linking | |Entry-Geographic Name) and | |781 (Subdivision Linking | |Entry-Geographic | |Subdivision). --- Comment #20 from David Nind <david@davidnind.com> --- I've attempted to add a release note, but I'm not sure that I've described it correctly. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 thomasadd <thomasadd23@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |https://www.alldayawake.com | |/au/modalert-200/ CC| |thomasadd23@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 thomasadd <thomasadd23@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_23_11_candidate |Manual -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 thomasadd <thomasadd23@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|This fixes an error |I’m Thomasadd, a research release notes|generated when searching |analyst at allDayawake |geographic name authorities |pharmaceutical company. |("Error: Unmatched [ in |With a passion for the |regex; marked by ...".). |pharmaceutical industry, I |The error was generated if |specialize in analyzing |an authority record had a |medications for cognitive |heading in the subfields |enhancement, like Modalert |for 751 (Established |200 and Modafinil, ensuring |Heading Linking |they meet the highest |Entry-Geographic Name) and |standards of quality and |781 (Subdivision Linking |effectiveness. |Entry-Geographic | |Subdivision). | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the|I’m Thomasadd, a research |This fixes an error release notes|analyst at allDayawake |generated when searching |pharmaceutical company. |geographic name authorities |With a passion for the |("Error: Unmatched [ in |pharmaceutical industry, I |regex; marked by ...".). |specialize in analyzing |The error was generated if |medications for cognitive |an authority record had a |enhancement, like Modalert |heading in the subfields |200 and Modafinil, ensuring |for 751 (Established |they meet the highest |Heading Linking |standards of quality and |Entry-Geographic Name) and |effectiveness. |781 (Subdivision Linking | |Entry-Geographic | |Subdivision). CC|thomasadd23@gmail.com |dcook@prosentient.com.au URL|https://www.alldayawake.com | |/au/modalert-200/ | Keywords|Manual | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35989 Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |RESOLVED Resolution|--- |FIXED --- Comment #21 from Wainui Witika-Park <wainuiwitikapark@catalyst.net.nz> --- Not backporting to 22.11 unless requested -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org