[Bug 28490] New: Cannot modify patrons in some categories (e.g. Child category)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Bug ID: 28490 Summary: Cannot modify patrons in some categories (e.g. Child category) Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: critical Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: joonas.kylmala@helsinki.fi QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, jonathan.druart+koha@gmail.com, katrin.fischer@bsz-bw.de, kyle.m.hall@gmail.com, kyle@bywatersolutions.com, nugged@gmail.com Depends on: 26995 It is not possible to modify patrons that don't have one of the following category type: A, I, S, X. E.g. create a patron with category code that has category type Child and notice when you try to modify it gives an error, in the logs you can see:
Patron modification failed! - No property relationship for Koha::Patron at /usr/share/koha/intranet/cgi-bin/members/memberentry.pl
Workaround: Set borrowerRelationship syspref empty so the guarantor feature gets disabled. This started happening after bug 26995 was merged because the relationship column was dropped and we have no filtering in place to not try to update that non-existent column. Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26995 [Bug 26995] Drop column relationship from borrower tables -- 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=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emmi.takkinen@koha-suomi.fi -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- 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=28490 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 121538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121538&action=edit Bug 28490: Remove "relationship" from the patron form This is managed by the "guarantor" section (table borrower_relationships in DB). It shouldn't be a separate section in the form. We removed the DB column on bug 28490. It caused an exception when the patron's data was stored. Patron modification failed! - No property relationship for Koha::Patron at /usr/share/koha/intranet/cgi-bin/members/memberentry.pl Test plan: Edit a patron with category "Child" and save -- 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=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |jonathan.druart+koha@gmail. |ity.org |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=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_21_05_candidate -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #2 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Hmm, why was the column removed in bug 28490 if it is actually used as part of the non-patron guarantor infos? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #3 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- I meant bug 26995 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #4 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Bug 28490 should have not been merged, it removed actively used data that is only in borrowers.relationship, the non-patron guarantor info relationship. We need to revert it and make database update re-create the table. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|jonathan.druart+koha@gmail. |joonas.kylmala@helsinki.fi |com | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121538|0 |1 is obsolete| | --- Comment #5 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121545 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121545&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #6 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121546 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121546&action=edit Bug 28490: Revert "Bug 26995: Remove occurrences in sample_patrons.yml" This reverts commit 690b073478b04c7c801058b49f85275281c502d5. It was part of a patch set that removed actively used data and must be therefore reverted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #7 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121547 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121547&action=edit Bug 28490: Revert "Bug 26995: Fix SQL syntax error on the about page" This reverts commit 1131bb687f14fef7b4cb5f3b194711e85f9227af. It was part of a patch set that removed actively used data and must be therefore reverted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #8 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121548 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121548&action=edit Bug 28490: Revert "Bug 26995: Remove references to relationship column" This reverts commit 1cc8a77c287666ed878ea58f17216793f52ce224. It was part of a patch set that removed actively used data and must be therefore reverted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #9 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121549 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121549&action=edit Bug 28490: Revert "Bug 26995: Drop column relationship from borrowers, deletedborrowers and borrower_modifications tables" This reverts commit ca0e7541ecdff13ada9ba8ffbd992c963959d30f. It was part of a patch set that removed actively used data and must be therefore reverted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #10 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121550 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121550&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #11 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121551 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121551&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #12 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121552 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121552&action=edit [DO NOT PUSH] Bug 28490: Add DBIx schema changes for testing -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #13 from Kyle M Hall <kyle@bywatersolutions.com> --- (In reply to Joonas Kylmälä from comment #4)
Bug 28490 should have not been merged, it removed actively used data that is only in borrowers.relationship, the non-patron guarantor info relationship. We need to revert it and make database update re-create the table.
I don't think that bug is really the culprit. This is actually a culmination of changes starting with the multiple guarantors development. The decision was made to leave the alternate contact as a 'non-koha patron' guarantor, but no provision was made to be able to apply a relationship to that field! I think the solution is not to revert bug 26995, but to develop an Alternate Contact relationship field ( e.g. 'altcontactrelationship' ) that uses the same set of relationship options available for patron-based guarantors. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #14 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Kyle M Hall from comment #13)
(In reply to Joonas Kylmälä from comment #4)
Bug 28490 should have not been merged, it removed actively used data that is only in borrowers.relationship, the non-patron guarantor info relationship. We need to revert it and make database update re-create the table.
I don't think that bug is really the culprit. This is actually a culmination of changes starting with the multiple guarantors development. The decision was made to leave the alternate contact as a 'non-koha patron' guarantor, but no provision was made to be able to apply a relationship to that field!
What decision? However regardless of any decision we absolutely cannot just remove completely a database column from koha which has been available in the GUI for many releases to fill in with data, there could be for sure people using that relationship column. Also what you say below about altcontactrelationships I think it is best we restore the columns with the same name "relationship" so that in case people have already upgraded to koha 21.05 and lost their data due to this error they are able to restore it from database dump easily after we fix this issue. Changing the column name now would make that process a lot more difficult. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #15 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- (In reply to Joonas Kylmälä from comment #14)
(In reply to Kyle M Hall from comment #13)
(In reply to Joonas Kylmälä from comment #4)
Bug 28490 should have not been merged, it removed actively used data that is only in borrowers.relationship, the non-patron guarantor info relationship. We need to revert it and make database update re-create the table.
I don't think that bug is really the culprit. This is actually a culmination of changes starting with the multiple guarantors development. The decision was made to leave the alternate contact as a 'non-koha patron' guarantor, but no provision was made to be able to apply a relationship to that field!
What decision? [...]
ah, getting tired. I guess you meant the patches from 14570 where the new guarantor feature was introduced. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Needs Signoff --- Comment #16 from Kyle M Hall <kyle@bywatersolutions.com> --- I need to take back a good portion of what I wrote, as I was completely wrong. I should have double checked my memory. Joonas is correct and we should revert bug 26995. It *was* revealed in the ui for non-patron guarantors. I was just looking in the wrong place! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121545|0 |1 is obsolete| | Attachment #121546|0 |1 is obsolete| | Attachment #121547|0 |1 is obsolete| | Attachment #121548|0 |1 is obsolete| | Attachment #121549|0 |1 is obsolete| | Attachment #121550|0 |1 is obsolete| | Attachment #121551|0 |1 is obsolete| | Attachment #121552|0 |1 is obsolete| | --- Comment #17 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121595 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121595&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #18 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121596 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121596&action=edit Bug 28490: Revert "Bug 26995: Remove occurrences in sample_patrons.yml" This reverts commit 690b073478b04c7c801058b49f85275281c502d5. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #19 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121597 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121597&action=edit Bug 28490: Revert "Bug 26995: Fix SQL syntax error on the about page" This reverts commit 1131bb687f14fef7b4cb5f3b194711e85f9227af. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #20 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121598 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121598&action=edit Bug 28490: Revert "Bug 26995: Remove references to relationship column" This reverts commit 1cc8a77c287666ed878ea58f17216793f52ce224. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #21 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121599 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121599&action=edit Bug 28490: Revert "Bug 26995: Drop column relationship from borrowers, deletedborrowers and borrower_modifications tables" This reverts commit ca0e7541ecdff13ada9ba8ffbd992c963959d30f. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #22 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121600 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121600&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #23 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121601 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121601&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #24 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 121602 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121602&action=edit Bug 28490: Add DBIx schema changes for testing Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121601|0 |1 is obsolete| | Attachment #121602|0 |1 is obsolete| | --- Comment #25 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121655 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121655&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #26 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- Created attachment 121656 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121656&action=edit [DO NOT PUSH] Bug 28490: Add DBIx schema changes for testing -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #27 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- The atomicupdate incorrectly appended the relationship column to end of the tables instead of after borrowernotes column like it was originally. Fixed that now. Ready for sign-off. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Peter Vashchuk <stalkernoid@gmail.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=28490 Peter Vashchuk <stalkernoid@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121595|0 |1 is obsolete| | Attachment #121596|0 |1 is obsolete| | Attachment #121597|0 |1 is obsolete| | Attachment #121598|0 |1 is obsolete| | Attachment #121599|0 |1 is obsolete| | Attachment #121600|0 |1 is obsolete| | Attachment #121655|0 |1 is obsolete| | Attachment #121656|0 |1 is obsolete| | --- Comment #28 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121661 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121661&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #29 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121662 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121662&action=edit Bug 28490: Revert "Bug 26995: Remove occurrences in sample_patrons.yml" This reverts commit 690b073478b04c7c801058b49f85275281c502d5. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #30 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121663 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121663&action=edit Bug 28490: Revert "Bug 26995: Fix SQL syntax error on the about page" This reverts commit 1131bb687f14fef7b4cb5f3b194711e85f9227af. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #31 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121664 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121664&action=edit Bug 28490: Revert "Bug 26995: Remove references to relationship column" This reverts commit 1cc8a77c287666ed878ea58f17216793f52ce224. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #32 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121665 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121665&action=edit Bug 28490: Revert "Bug 26995: Drop column relationship from borrowers, deletedborrowers and borrower_modifications tables" This reverts commit ca0e7541ecdff13ada9ba8ffbd992c963959d30f. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #33 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121666 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121666&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #34 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121667 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121667&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #35 from Peter Vashchuk <stalkernoid@gmail.com> --- Created attachment 121669 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121669&action=edit Bug 28490: Add DBIx schema changes for testing Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121661|0 |1 is obsolete| | --- Comment #36 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121811 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121811&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index cd416da0ec..eaa0d18841 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -321,7 +321,7 @@ [% END %] [% END %] [% IF patron.contactfirstname OR patron.contactname %] - <li>[% patron.contactfirstname | html %] [% patron.contactname | html %]</li> + <li>[% patron.contactfirstname | html %] [% patron.contactname | html %][% IF patron.relationship %] ([% patron.relationship | html %])[% END %]</li> [% END %] </ul> </li> -- 2.25.1 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121662|0 |1 is obsolete| | --- Comment #37 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121812 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121812&action=edit Bug 28490: Revert "Bug 26995: Remove occurrences in sample_patrons.yml" This reverts commit 690b073478b04c7c801058b49f85275281c502d5. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121663|0 |1 is obsolete| | --- Comment #38 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121813 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121813&action=edit Bug 28490: Revert "Bug 26995: Fix SQL syntax error on the about page" This reverts commit 1131bb687f14fef7b4cb5f3b194711e85f9227af. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121664|0 |1 is obsolete| | --- Comment #39 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121814 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121814&action=edit Bug 28490: Revert "Bug 26995: Remove references to relationship column" This reverts commit 1cc8a77c287666ed878ea58f17216793f52ce224. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121665|0 |1 is obsolete| | --- Comment #40 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121815 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121815&action=edit Bug 28490: Revert "Bug 26995: Drop column relationship from borrowers, deletedborrowers and borrower_modifications tables" This reverts commit ca0e7541ecdff13ada9ba8ffbd992c963959d30f. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121666|0 |1 is obsolete| | --- Comment #41 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121816 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121816&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121667|0 |1 is obsolete| | --- Comment #42 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121817 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121817&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Emmi Takkinen <emmi.takkinen@koha-suomi.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121669|0 |1 is obsolete| | --- Comment #43 from Emmi Takkinen <emmi.takkinen@koha-suomi.fi> --- Created attachment 121818 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121818&action=edit Bug 28490: Add DBIx schema changes for testing Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Nick Clemens <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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121811|0 |1 is obsolete| | --- Comment #44 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121823 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121823&action=edit Bug 28490: Revert "Bug 26995: Remove one remaining occurrence in moremember" This reverts commit c3b50e9e97e917090ce09283807168caaad3de4a. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121812|0 |1 is obsolete| | --- Comment #45 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121824 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121824&action=edit Bug 28490: Revert "Bug 26995: Remove occurrences in sample_patrons.yml" This reverts commit 690b073478b04c7c801058b49f85275281c502d5. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121813|0 |1 is obsolete| | --- Comment #46 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121825 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121825&action=edit Bug 28490: Revert "Bug 26995: Fix SQL syntax error on the about page" This reverts commit 1131bb687f14fef7b4cb5f3b194711e85f9227af. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121814|0 |1 is obsolete| | --- Comment #47 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121826 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121826&action=edit Bug 28490: Revert "Bug 26995: Remove references to relationship column" This reverts commit 1cc8a77c287666ed878ea58f17216793f52ce224. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121815|0 |1 is obsolete| | --- Comment #48 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121827 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121827&action=edit Bug 28490: Revert "Bug 26995: Drop column relationship from borrowers, deletedborrowers and borrower_modifications tables" This reverts commit ca0e7541ecdff13ada9ba8ffbd992c963959d30f. It was part of a patch set that removed actively used data and must be therefore reverted. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121816|0 |1 is obsolete| | --- Comment #49 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121828 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121828&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121817|0 |1 is obsolete| | --- Comment #50 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121829 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121829&action=edit Bug 28490: Bring back accidentally deleted relationship columns These were in active use before and were accidentally deleted in Bug 26995. This restores those deleted relationship columns. To test: 1) verify the borrower_modifications, borrowers, deletedborrowers contain the column exactly like it was before after applying these patches by comparing to the old kohastructure.sql version Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121818|0 |1 is obsolete| | --- Comment #51 from Nick Clemens <nick@bywatersolutions.com> --- Created attachment 121830 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121830&action=edit Bug 28490: Add DBIx schema changes for testing Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> 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=28490 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #52 from Nick Clemens <nick@bywatersolutions.com> --- I can edit patrons, the about page works, all looks correct. I did get some errors from qa tools about DBIC *************************************************************************** DBIx::Class::Relationship::ManyToMany::many_to_many(): *************************************************************************** The many-to-many relationship 'ordernumbers' is trying to create a utility method called ordernumbers_rs. This will completely overwrite one such already existing method on class Koha::Schema::Result::Borrower. You almost certainly want to rename your method or the many-to-many relationship, as the functionality of the original method will not be accessible anymore. To disable this warning set to a true value the environment variable DBIC_OVERWRITE_HELPER_METHODS_OK *************************************************************************** I assume this is a clash of 'relationship' columns and Relationship class? things still seem to work, but noting -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #121828|0 |1 is obsolete| | --- Comment #53 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 121915 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=121915&action=edit Bug 28490: Comment out the relationship data removing DB update step These columns that were actively used to store non-patron guarantor relationship info were dropped incorrectly. In a later patch the relationship fields will be re-added. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Petro Vashchuk <stalkernoid@gmail.com> Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> JD Amended patch: Add a "SKIP" note on the DBrev we commented out -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=28564 --- Comment #54 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Nick Clemens from comment #52)
I can edit patrons, the about page works, all looks correct. I did get some errors from qa tools about DBIC
*************************************************************************** DBIx::Class::Relationship::ManyToMany::many_to_many(): *************************************************************************** The many-to-many relationship 'ordernumbers' is trying to create a utility method called ordernumbers_rs. This will completely overwrite one such already existing method on class Koha::Schema::Result::Borrower.
You almost certainly want to rename your method or the many-to-many relationship, as the functionality of the original method will not be accessible anymore.
To disable this warning set to a true value the environment variable DBIC_OVERWRITE_HELPER_METHODS_OK
***************************************************************************
I assume this is a clash of 'relationship' columns and Relationship class? things still seem to work, but noting
I've logged that on bug 28564. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)| |21.11.00 released in| | Status|Passed QA |Pushed to master -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 --- Comment #55 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Pushed to master for 21.11, thanks to everybody involved! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to master |Pushed to stable Version(s)|21.11.00 |21.11.00,21.05.01 released in| | --- Comment #56 from Kyle M Hall <kyle@bywatersolutions.com> --- Pushed to 20.05.x for 20.05.01 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_21_05_candidate | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28490 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED CC| |fridolin.somers@biblibre.co | |m Status|Pushed to stable |RESOLVED --- Comment #57 from Fridolin Somers <fridolin.somers@biblibre.com> --- Depends on Bug 26995 not in 20.11.x -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org