[Bug 36727] New: Add incorrect ISSN to Elasticsearch index mappings
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Bug ID: 36727 Summary: Add incorrect ISSN to Elasticsearch index mappings Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz Can currently search on the issn with the 022$a mapping It would be useful to have another index on the incorrect-issn mapping to the 022$y only https://www.loc.gov/marc/bibliographic/bd022.html -- 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=36727 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |januszop@gmail.com --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I believe we had discussed a solution/bug for this at hackfest - adding Janusz. -- 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=36727 --- Comment #2 from Janusz Kaczmarek <januszop@gmail.com> --- (In reply to Katrin Fischer from comment #1)
I believe we had discussed a solution/bug for this at hackfest - adding Janusz.
In fact, we have discussed ISBNs (020) -- cf. bug 36574, but ISSNs (022) could be resolved in an analogous way. By the way, there is a new 023 field also involved (https://www.loc.gov/marc/bibliographic/bd023.html). -- 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=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alexbuckley@catalyst.net.nz Change sponsored?|--- |Sponsored Status|NEW |ASSIGNED Assignee|koha-bugs@lists.koha-commun |alexbuckley@catalyst.net.nz |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=36727 --- Comment #3 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 166653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166653&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 This index searches 022ay, 023ay (MARC21) and 011ayz (UNIMARC). 011y and 011z have been removed from issn search field for UNIMARC. Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Apply this patch and restart all services (restart_all) 3. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 4. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 5. Alternative to steps 3 and 4: reset_all 6. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y / 023y for MARC21), or if using UNIMARC then 011z 7. Make a biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 --- Comment #4 from Janusz Kaczmarek <januszop@gmail.com> --- Just a doubt: don't we want to have 022 $z and 023 $z indexed with issn-all search field as well? And don't we want to add 022/023 $y and $z subfields to identifier-standard search field? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166653|0 |1 is obsolete| | --- Comment #5 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 166654 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166654&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 - This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC). - 011y and 011z have been removed from issn search field for UNIMARC. - 022yz and 023yz have also been added to the identifier-standard search field Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Apply this patch and restart all services (restart_all) 3. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 4. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 5. Alternative to steps 3 and 4: reset_all 6. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y / 023y for MARC21), or if using UNIMARC then 011z 7. Make a biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #6 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to Janusz Kaczmarek from comment #4)
Just a doubt: don't we want to have 022 $z and 023 $z indexed with issn-all search field as well? And don't we want to add 022/023 $y and $z subfields to identifier-standard search field?
Hi Janusz, Thanks for your reply. You're right and I have implemented those changes now. This is now ready to test. Thanks, Alex -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #7 from Janusz Kaczmarek <januszop@gmail.com> --- There are problems in mappings.yaml: should be marc_field instead of marcfield (three spots). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 --- Comment #8 from Janusz Kaczmarek <januszop@gmail.com> --- And I would also add an initial point to the Test plan to demonstrate the issue. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |ASSIGNED --- Comment #9 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to Janusz Kaczmarek from comment #7)
There are problems in mappings.yaml: should be marc_field instead of marcfield (three spots).
Will do thanks Janusz. Making those changes now. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166654|0 |1 is obsolete| | --- Comment #10 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 166655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166655&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 - This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC). - 011y and 011z have been removed from issn search field for UNIMARC. - 022yz and 023yz have also been added to the identifier-standard search field Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y /023y for MARC21, or 011z for UNIMARC) 3. Do a biblio search for '0046-2254' and confirm no results are returned 4. Apply this patch and restart all services (restart_all) 5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 7. Alternative to steps 5 and 6: reset_all 8. Repeat the biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff --- Comment #11 from Alex Buckley <alexbuckley@catalyst.net.nz> --- I've made those changes Janusz and have added two new steps in the test plan (steps 2 and 3) demonstrating the issue before the patch is applied. Could you please take another look now? Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166655|0 |1 is obsolete| | --- Comment #12 from Janusz Kaczmarek <januszop@gmail.com> --- Created attachment 166656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=166656&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 - This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC). - 011y and 011z have been removed from issn search field for UNIMARC. - 022yz and 023yz have also been added to the identifier-standard search field Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y /023y for MARC21, or 011z for UNIMARC) 3. Do a biblio search for '0046-2254' and confirm no results are returned 4. Apply this patch and restart all services (restart_all) 5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 7. Alternative to steps 5 and 6: reset_all 8. Repeat the biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS Signed-off-by: Janusz Kaczmarek <januszop@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #13 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Thanks for your testing Janusz. As you signed off the patch I'll change the status of this bug report to 'Signed off'. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 --- Comment #14 from Janusz Kaczmarek <januszop@gmail.com> --- (In reply to Alex Buckley from comment #13)
As you signed off the patch I'll change the status of this bug report to 'Signed off'.
Sure! My fault... Thanks! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Aleisha Amohia <aleisha@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36854 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36854 [Bug 36854] Add search index mappings for preceding and succeeding entry of serial ISSNs to Elasticsearch MARC21 indexes -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal 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=36727 Janusz Kaczmarek <januszop@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |36798 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36798 [Bug 36798] Ability to search across all ISBNs using the ISBN-search -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |m.de.rooy@rijksmuseum.nl --- Comment #15 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- issn: label: issn mandatory: ~ mappings: - facet: '' marc_field: 022a marc_type: marc21 sort: 1 suggestible: '' - facet: '' marc_field: 011a marc_type: unimarc sort: 1 suggestible: '' opac: 1 staff_client: 1 type: stdno issn-all: label: issn-all mandatory: ~ mappings: - facet: '' marc_field: 022ayz marc_type: marc21 sort: 1 suggestible: '' - facet: '' marc_field: 023ayz marc_type: marc21 sort: 1 suggestible: '' - facet: '' marc_field: 011ayz marc_type: unimarc sort: 1 suggestible: '' opac: 1 staff_client: 1 type: stdno Seems that we create an inconsistency here? 023 is not in issn but it is in issn-all? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 --- Comment #16 from Janusz Kaczmarek <januszop@gmail.com> --- (In reply to Marcel de Rooy from comment #15)
Seems that we create an inconsistency here? 023 is not in issn but it is in issn-all?
If I may comment on this: I wouldn't say that. The 023 field is a new field introduced only recently instead of the removed 022 $l subfield (a linking ISSN). https://www.loc.gov/marc/bibliographic/bd023.html https://www.loc.gov/marc/bibliographic/bd022.html (infra) So, the logic is: with issn-all search field we want to be able to find a record/all records with any ISSN related to that content, e.g. we want to be able to find the online and paper version of a serial with one search. Whereas issn search field should remain for the precise search: I want to get exactly that record with exactly this ISSN in 022 $a. With this logic I do not see a possibility nor need to put any 023 subfield in issn search field. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Alex Buckley <alexbuckley@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #17 from Alex Buckley <alexbuckley@catalyst.net.nz> --- (In reply to Janusz Kaczmarek from comment #16)
(In reply to Marcel de Rooy from comment #15)
Seems that we create an inconsistency here? 023 is not in issn but it is in issn-all?
If I may comment on this: I wouldn't say that. The 023 field is a new field introduced only recently instead of the removed 022 $l subfield (a linking ISSN).
https://www.loc.gov/marc/bibliographic/bd023.html https://www.loc.gov/marc/bibliographic/bd022.html (infra)
So, the logic is: with issn-all search field we want to be able to find a record/all records with any ISSN related to that content, e.g. we want to be able to find the online and paper version of a serial with one search.
Whereas issn search field should remain for the precise search: I want to get exactly that record with exactly this ISSN in 022 $a.
With this logic I do not see a possibility nor need to put any 023 subfield in issn search field.
This makes sense to us! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 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=36727 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #166656|0 |1 is obsolete| | --- Comment #18 from David Nind <david@davidnind.com> --- Created attachment 167257 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167257&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 - This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC). - 011y and 011z have been removed from issn search field for UNIMARC. - 022yz and 023yz have also been added to the identifier-standard search field Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y /023y for MARC21, or 011z for UNIMARC) 3. Do a biblio search for '0046-2254' and confirm no results are returned 4. Apply this patch and restart all services (restart_all) 5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 7. Alternative to steps 5 and 6: reset_all 8. Repeat the biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS Signed-off-by: Janusz Kaczmarek <januszop@gmail.com> 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=36727 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@davidnind.com --- Comment #19 from David Nind <david@davidnind.com> --- I have added my sign off and changed the status. I wasn't sure from the comments whether more work is required or not. Please change the status back to whatever is appropriate if more work is required. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 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=36727 Nick Clemens (kidclamp) <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #167257|0 |1 is obsolete| | --- Comment #20 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- Created attachment 168046 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=168046&action=edit Bug 36727: Add new issn-all Elasticsearch index for MARC21 - This index searches 022ayz, 023ayz (MARC21) and 011ayz (UNIMARC). - 011y and 011z have been removed from issn search field for UNIMARC. - 022yz and 023yz have also been added to the identifier-standard search field Test plan: 1. Start up KTD with Elasticsearch: ktd --es8 up 2. Add a new biblio record putting the value '0046-2254' into the incorrect ISSN subfield (022y /023y for MARC21, or 011z for UNIMARC) 3. Do a biblio search for '0046-2254' and confirm no results are returned 4. Apply this patch and restart all services (restart_all) 5. Reset the mappings: Administration > Catalog > Search engine configuration (Elasticsearch) > Reset mappings (at the bottom of the page) 6. Reindex: koha-elasticsearch --rebuild -d -b -a kohadev 7. Alternative to steps 5 and 6: reset_all 8. Repeat the biblio search for '0046-2254' and confirm you get a result Sponsored-by: Education Services Australia SCIS Signed-off-by: Janusz Kaczmarek <januszop@gmail.com> 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=36727 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |enhancement --- Comment #21 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure if this is a bug fix or an enh. I tend to mark this as an enh, as it will mostly apply to new installations or libraries resetting their index configuration. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to main Version(s)| |24.11.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=36727 --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Pushed for 24.11! Well done everyone, thank you! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |lucas@bywatersolutions.com Status|Pushed to main |RESOLVED --- Comment #23 from Lucas Gass <lucas@bywatersolutions.com> --- Enhancement will not be included in 24.05.x -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Text to go in the| |This enhancement makes release notes| |changes to International | |Standard Serial Number | |(ISSN) related index | |mapping when using | |Elasticsearch or Open | |Search. | | | |A new issn-all | |search field enables | |finding all records with | |any ISSN related to that | |content. For example, you | |are able to find the online | |and paper version of a | |serial with one search. | | | |The issn search field | |remains a precise search - | |you get the exact record | |with the ISSN in 022$a | |(MARC21) or 011$a | |(UNIMARC). | | | |MARC21: | |- Adds | |these subfields to the new | |issn-all search field: | | . | |022$a (International | |Standard Serial Number) | | . | |022$y (Incorrect ISSN) | | . | |022$z (Canceled ISSN) | | . | |023$a (Cluster ISSN) | | . | |023$y (Incorrect Cluster | |ISSN) | | . 023$z (Canceled | |Cluster ISSN) | |- Adds 022$y, | |022$z, 023$a, 023$y, and | |023$z to the | |identifier-standard search | |field | | | | | |UNIMARC: | |- Adds | |these subfields to the new | |issn-all search field: | | . | |011$a (Number (ISSN) | | . | |011$y (Cancelled ISSN) | | . | |011$z (Erroneous ISSN or | |ISSN-L) | |- Removes 011$y and | |011$z from the issn search | |field | | | |These changes will | |only take effect for | |existing installations if | |the index mappings are | |reset (caution: existing | |customizations are lost) | |and records are re-indexed. Resolution|FIXED |--- Status|RESOLVED |Needs documenting --- Comment #24 from David Nind <david@davidnind.com> --- I've attempted to write a release note - I got a bit mixed up with indexes and search fields (I'm not sure index or search field - the UI says search field in the column heading). Please correct what I may have got wrong. I've changed the status to "Needs documenting", as the manual includes the list of indexes in https://koha-community.org/manual/latest/en/html/searching.html#elasticsearc... -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36727 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.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org