[Bug 26940] New: debarred comment in borrowers table is lost on patron modifications in memberentry.pl page
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Bug ID: 26940 Summary: debarred comment in borrowers table is lost on patron modifications in memberentry.pl page Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Patrons Assignee: didier.gautheron@biblibre.com Reporter: didier.gautheron@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Hi Debarred comment is copied in borrowers table but it's set to an empty string on a patron is modified in memberentry. In my understanding AddDebarrement and DelDebarment already properly update debarredcomment -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 didier <didier.gautheron@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #1 from didier <didier.gautheron@biblibre.com> --- Created attachment 113119 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113119&action=edit Bug 26940: don't reset debarredcomment on patron update Test plan: 1) Create a patron 2) In koha/members/moremember.pl add a manual restriction, with comment foobar 3) try to checkout, you have a message like Restricted: Patron's account is restricted with the explanation: foobar 4) Got to Edit patron, save 5) try to checkout, foobar is no more Restricted: Patron's account is restricted with the explanation: 6) Apply patch 7) Redo 1-4 8) try to checkout, foobar is there -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Andrew Fuerste-Henry <andrew@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=26940 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113119|0 |1 is obsolete| | --- Comment #2 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Created attachment 113123 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113123&action=edit Bug 26940: don't reset debarredcomment on patron update Test plan: 1) Create a patron 2) In koha/members/moremember.pl add a manual restriction, with comment foobar 3) try to checkout, you have a message like Restricted: Patron's account is restricted with the explanation: foobar 4) Got to Edit patron, save 5) try to checkout, foobar is no more Restricted: Patron's account is restricted with the explanation: 6) Apply patch 7) Redo 1-4 8) try to checkout, foobar is there. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113123|0 |1 is obsolete| | --- Comment #3 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 113653 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113653&action=edit Bug 26940: don't reset debarredcomment on patron update Test plan: 1) Create a patron 2) In koha/members/moremember.pl add a manual restriction, with comment foobar 3) try to checkout, you have a message like Restricted: Patron's account is restricted with the explanation: foobar 4) Got to Edit patron, save 5) try to checkout, foobar is no more Restricted: Patron's account is restricted with the explanation: 6) Apply patch 7) Redo 1-4 8) try to checkout, foobar is there. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <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=26940 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Works as expected, no regressions found and passes QA scripts. Passing QA -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |Trivial patch Severity|trivial |normal -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact|testopia@bugs.koha-communit |martin.renvoize@ptfs-europe |y.org |.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Blocks| |20287 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 [Bug 20287] Move AddMember and ModMember to Koha::Patron -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|20287 | Depends on| |20287 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20287 [Bug 20287] Move AddMember and ModMember to Koha::Patron -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #5 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Should not we have an update of the DB for the existing installations? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_20_11_target -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #6 from Didier Gautheron <didier.gautheron@biblibre.com> --- Hi, It'd need a perl script. I don't believe it's worth it, it' a minor bug. Regards Didier -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #7 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 113702 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113702&action=edit Bug 26940: Put in sync borrowers.debarredcomment with comments from borrower_debarment -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #8 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- I think we should, a script does not really make sense here. Please test this follow-up. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed 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=26940 --- Comment #9 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- The update looks pretty solid to me.. pretty much exactly how I would have done it :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #10 from Didier Gautheron <didier.gautheron@biblibre.com> --- (In reply to Jonathan Druart from comment #8)
I think we should, a script does not really make sense here.
Please test this follow-up.
I tested on today master and it doesn't work for me: at step 5) debarredcomment is not null, it's empty. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #11 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- What do you have in borrower_debarments? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #12 from Didier Gautheron <didier.gautheron@biblibre.com> --- select * from borrower_debarments; +-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+ | borrower_debarment_id | borrowernumber | expiration | type | comment | manager_id | created | updated | +-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+ | 1 | 19 | NULL | MANUAL | foobar | 51 | 2020-11-17 14:25:20 | NULL | +-----------------------+----------------+------------+--------+---------+------------+---------------------+---------+ 1 row in set (0.00 sec) select debarredcomment from borrowers where borrowernumber = 19; +-----------------+ | debarredcomment | +-----------------+ | | +-----------------+ 1 row in set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #13 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- The expiration date needs to be > NOW, otherwise the patron is not considered restricted. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #14 from Didier Gautheron <didier.gautheron@biblibre.com> --- (In reply to Jonathan Druart from comment #13)
The expiration date needs to be > NOW, otherwise the patron is not considered restricted.
It is, well it's null select debarredcomment, debarred from borrowers where borrowernumber = 19; +-----------------+------------+ | debarredcomment | debarred | +-----------------+------------+ | | 9999-12-31 | +-----------------+------------+ 1 row in set (0.00 sec) MariaDB [koha_kohadev]> select expiration, comment, NOW() from borrower_debarments where borrowernumber = 19; +------------+---------+---------------------+ | expiration | comment | NOW() | +------------+---------+---------------------+ | NULL | foobar | 2020-11-17 15:09:15 | +------------+---------+---------------------+ 1 row in set (0.00 sec) SQL below is working for me SELECT d.borrowernumber, GROUP_CONCAT(comment SEPARATOR '\n') AS comment FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL OR b.debarredcomment = '') AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) GROUP BY d.borrowernumber; -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #15 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- My patch is only about updating the problematic entries in borrowers.debarredcomment. It should not modify the test plan of the first patch. Test plan for second patch is: Create some debarred (and several debarments for some patrons)
update borrowers set debarredcomment=null; Execute the DB entry
=> borrowers.debarredcomment is reset properly with current restrictions' descriptions. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #16 from Didier Gautheron <didier.gautheron@biblibre.com> --- Hi, (In reply to Jonathan Druart from comment #15)
My patch is only about updating the problematic entries in borrowers.debarredcomment. But in my understanding it doesn't. After step 4) in the first test plan borrowers.debarredcomment is not wrongly set to a NULL value, it's set to an empty string. At least it's what I'm seeing here and in the library reporting the issue.
Number of debarred borrowers with a NULL debarredcomment. SELECT COUNT(*) FROM (SELECT 1 FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL ) AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) GROUP BY d.borrowernumber) as e; +----------+ | COUNT(*) | +----------+ | 14 | +----------+ 1 row in set (0.008 sec) Number of debarred borrowers with an empty debarredcomment but with at least one borrower_debarments comment. MariaDB [koha]> SELECT COUNT(*) FROM (SELECT 1 FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL OR b.debarredcomment = '' ) AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) AND (comment IS NOT NULL OR comment <> '') GROUP BY d.borrowernumber) as e; +----------+ | COUNT(*) | +----------+ | 2539 | +----------+ 1 row in set (0.013 sec)
It should not modify the test plan of the first patch.
Test plan for second patch is: Create some debarred (and several debarments for some patrons)
update borrowers set debarredcomment=null; Execute the DB entry
=> borrowers.debarredcomment is reset properly with current restrictions' descriptions.
-- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #17 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Created attachment 113779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=113779&action=edit Bug 26940: Take empty strings into account -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_20_11_target |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=26940 ByWater Sandboxes <bws.sandboxes@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113653|0 |1 is obsolete| | --- Comment #18 from ByWater Sandboxes <bws.sandboxes@gmail.com> --- Created attachment 118500 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118500&action=edit Bug 26940: don't reset debarredcomment on patron update Test plan: 1) Create a patron 2) In koha/members/moremember.pl add a manual restriction, with comment foobar 3) try to checkout, you have a message like Restricted: Patron's account is restricted with the explanation: foobar 4) Got to Edit patron, save 5) try to checkout, foobar is no more Restricted: Patron's account is restricted with the explanation: 6) Apply patch 7) Redo 1-4 8) try to checkout, foobar is there. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 ByWater Sandboxes <bws.sandboxes@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113702|0 |1 is obsolete| | --- Comment #19 from ByWater Sandboxes <bws.sandboxes@gmail.com> --- Created attachment 118501 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118501&action=edit Bug 26940: Put in sync borrowers.debarredcomment with comments from borrower_debarment Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 ByWater Sandboxes <bws.sandboxes@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #113779|0 |1 is obsolete| | --- Comment #20 from ByWater Sandboxes <bws.sandboxes@gmail.com> --- Created attachment 118502 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118502&action=edit Bug 26940: Take empty strings into account Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katariina.hanhisalo@xamk.fi -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #21 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Setting this to Signed off seeing that there was a sign-off from the sandboxes and this doesn't happen automatically then. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff --- Comment #22 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #21)
Setting this to Signed off seeing that there was a sign-off from the sandboxes and this doesn't happen automatically then.
I am waiting for a signoff from Didier. The last 2 patches specifically, about the DB rev. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Séverine Queune <severine.queune@bulac.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |severine.queune@bulac.fr --- Comment #23 from Séverine Queune <severine.queune@bulac.fr> --- Jonathan and Katrin, I don't know if you're waiting for a specific sign off from Didier, but to me everything works fine. Here are the results of the different requests, wich seem consistent to me : mysql> SELECT d.borrowernumber, GROUP_CONCAT(comment SEPARATOR '\n') AS comment FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL OR b.debarredcomment = '') AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) GROUP BY d.borrowernumber; +----------------+---------+ | borrowernumber | comment | +----------------+---------+ | 70 | NULL | +----------------+---------+ 1 row in set (0.00 sec) mysql> SELECT COUNT(*) FROM (SELECT 1 FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL ) AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) GROUP BY d.borrowernumber) as e; +----------+ | COUNT(*) | +----------+ | 1 | +----------+ 1 row in set (0.01 sec) mysql> SELECT COUNT(*) FROM (SELECT 1 FROM borrower_debarments d JOIN borrowers b ON b.borrowernumber=d.borrowernumber WHERE (b.debarredcomment IS NULL OR b.debarredcomment = '' ) AND ( expiration > CURRENT_DATE() OR expiration IS NULL ) AND (comment IS NOT NULL OR comment <> '') GROUP BY d.borrowernumber) as e; +----------+ | COUNT(*) | +----------+ | 0 | +----------+ 1 row in set (0.00 sec) Let me know if you need I sign it ! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #24 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Jonathan, I don't think we should wait any longer with so many positive tests as we have now. This has already been waiting since November. This is bordering on a data loss bug (we can restore it, but still). -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #25 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- @Severine Never hesitate to sign something you tested! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Kyle M Hall <kyle@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=26940 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #118500|0 |1 is obsolete| | Attachment #118501|0 |1 is obsolete| | Attachment #118502|0 |1 is obsolete| | --- Comment #26 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 119778 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119778&action=edit Bug 26940: don't reset debarredcomment on patron update Test plan: 1) Create a patron 2) In koha/members/moremember.pl add a manual restriction, with comment foobar 3) try to checkout, you have a message like Restricted: Patron's account is restricted with the explanation: foobar 4) Got to Edit patron, save 5) try to checkout, foobar is no more Restricted: Patron's account is restricted with the explanation: 6) Apply patch 7) Redo 1-4 8) try to checkout, foobar is there. Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> 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=26940 --- Comment #27 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 119779 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119779&action=edit Bug 26940: Put in sync borrowers.debarredcomment with comments from borrower_debarment Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> 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=26940 --- Comment #28 from Kyle M Hall <kyle@bywatersolutions.com> --- Created attachment 119780 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=119780&action=edit Bug 26940: Take empty strings into account Signed-off-by: Katariina Hanhisalo <katariina.hanhisalo@xamk.fi> 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=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.05.00 released in| | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 --- Comment #29 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- Pushed to master for 21.05, 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=26940 Jonathan Druart <jonathan.druart@bugs.koha-community.org> 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=26940 Fridolin Somers <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m Status|Pushed to master |Pushed to stable Version(s)|21.05.00 |21.05.00,20.11.06 released in| | --- Comment #30 from Fridolin Somers <fridolin.somers@biblibre.com> --- Pushed to 20.11.x for 20.11.06 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Andrew Fuerste-Henry <andrew@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version(s)|21.05.00,20.11.06 |21.05.00,20.11.06,20.05.12 released in| | CC| |andrew@bywatersolutions.com Status|Pushed to stable |Pushed to oldstable --- Comment #31 from Andrew Fuerste-Henry <andrew@bywatersolutions.com> --- Pushed to 20.05.x for 20.05.12 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26940 Victor Grousset/tuxayo <victor@tuxayo.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to oldstable |RESOLVED Resolution|--- |FIXED CC| |victor@tuxayo.net --- Comment #32 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Not backported to oldoldstable (19.11.x). Feel free to ask if it's needed. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org