[Bug 29240] New: Flatpickr - error in the console when a date is selected
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Bug ID: 29240 Summary: Flatpickr - error in the console when a date is selected Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com Blocks: 29239 It seems that there is no date validation. When a date is selected there is a worrying error in the console: Error: Invalid date provided: Tue Oct 19 2021 00:00:00 GMT+0200 (Central European Summer Time) C http://kohadev-intra.mydnsname.org:8081/intranet-tmpl/lib/flatpickr/flatpick... is_valid_date http://kohadev-intra.mydnsname.org:8081/intranet-tmpl/prog/js/calendar_21.06... validate_date http://kohadev-intra.mydnsname.org:8081/intranet-tmpl/prog/js/calendar_21.06... onClose http://kohadev-intra.mydnsname.org:8081/cgi-bin/koha/reserve/request.pl?bibl... Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239 [Bug 29239] [OMNIBUS] Replace jQueryUI's timepicker with flatpickr -- 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=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_21_11_candidate -- 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=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |29241 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29241 [Bug 29241] Flatpickr not displaying date in the past for futuredate -- 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=29240 Andrew Nugged <nugged@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nugged@gmail.com -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #1 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126259 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126259&action=edit Bug 29240: Remove error in console when date is incorrect -- 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=29240 --- Comment #2 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Maybe this is the way, I am not sure. But for sure, we must remove the onClose duplication code. All the flackpikr logic must be in calendar.inc. We should start with centralizing the code. -- 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=29240 --- Comment #3 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #2)
Maybe this is the way, I am not sure. But for sure, we must remove the onClose duplication code. All the flackpikr logic must be in calendar.inc.
We should start with centralizing the code.
See suggestion on bug 28942 comment 5. -- 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=29240 --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126286 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126286&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. -- 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #5 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I caught 90% of the cases here.. there are still a few lurking in the codebase.. What it highlighted to me is our inconsistency in places already.. futuredate isn't used consistently and is sometimes done locally instead of using a class for example. -- 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126259|0 |1 is obsolete| | -- 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|29239 | Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29239 [Bug 29239] [OMNIBUS] Replace jQueryUI's timepicker with flatpickr -- 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126286|0 |1 is obsolete| | --- Comment #6 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126293 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126293&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. We also fix the date validation issue in the onClose handler inline. Test plan. 1. Check that the from/to datpicker combinations work on each of the changed pages. 2. Look at the console for errors, there should be none -- 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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126293|0 |1 is obsolete| | --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 126294 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126294&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. Signed-off-by: Owen Leonard <oleonard@myacpl.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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |29212 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29212 [Bug 29212] Use Flatpickr on OPAC pages -- 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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126293|1 |0 is obsolete| | -- 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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126294|0 |1 is obsolete| | -- 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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126293|0 |1 is obsolete| | --- Comment #8 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 126295 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126295&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. We also fix the date validation issue in the onClose handler inline. Test plan. 1. Check that the from/to datpicker combinations work on each of the changed pages. 2. Look at the console for errors, there should be none Signed-off-by: Owen Leonard <oleonard@myacpl.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=29240 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #9 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 126301 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126301&action=edit Bug 29240: (follow-up) Correct more instances This patch fixes linked date fields in these pages: - Reports -> Patrons with the most checkouts - Reports -> Patrons statistics wizard - Reports -> Most-circulated items - Reports -> Catalog statistics wizard - Reports -> Guided reports - Reports -> Average loan time - Reports -> Holds statistics wizard -- 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=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |martin.renvoize@ptfs-europe |ity.org |.com -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #10 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Thanks! That's much better and will be way easier to maintain! 1. Those 2 are missing: koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: validate_date( selectedDates, instance ); koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt: validate_date( selectedDates, instance ); 2. data-start_for reads weird to me, why not data-date_from_id? (I will amend the patches if we agree) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #11 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #10)
2. data-start_for reads weird to me, why not data-date_from_id? (I will amend the patches if we agree)
It's the reverse, data-date_to_id. Ok, nevermind. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #12 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I agree start_for is a bit weird.. but I struggled to come up with anything better.. I wanted to keep it fairly short but also clear.. totally open to suggestions. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #13 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126309 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126309&action=edit Bug 29240: Fix request.tt I have a doubt here, I was going to make the JS part retrieve the date in ymd format, but realized that those inputs are not displayed when trying to place holds for patron's clubs. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #14 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #13)
Created attachment 126309 [details] [review] Bug 29240: Fix request.tt
I have a doubt here, I was going to make the JS part retrieve the date in ymd format, but realized that those inputs are not displayed when trying to place holds for patron's clubs.
Can you confirm this? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #15 from Owen Leonard <oleonard@myacpl.org> --- I deliberately omitted any change to request.tt because the Flatpickr instantiation was already being modified with an onChange event. I didn't see any advantage to changing it. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #16 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Owen Leonard from comment #15)
I deliberately omitted any change to request.tt because the Flatpickr instantiation was already being modified with an onChange event. I didn't see any advantage to changing it.
We can leave the hard ones for a separate bug reports, but I think we should aim removing them all for 21.11. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126295|0 |1 is obsolete| | --- Comment #17 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126341 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126341&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. We also fix the date validation issue in the onClose handler inline. Test plan. 1. Check that the from/to datpicker combinations work on each of the changed pages. 2. Look at the console for errors, there should be none Signed-off-by: Owen Leonard <oleonard@myacpl.org> 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126301|0 |1 is obsolete| | --- Comment #18 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126342 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126342&action=edit Bug 29240: (follow-up) Correct more instances This patch fixes linked date fields in these pages: - Reports -> Patrons with the most checkouts - Reports -> Patrons statistics wizard - Reports -> Most-circulated items - Reports -> Catalog statistics wizard - Reports -> Guided reports - Reports -> Average loan time - Reports -> Holds statistics wizard 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126309|0 |1 is obsolete| | --- Comment #19 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 126343 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126343&action=edit Bug 29240: Fix request.tt I have a doubt here, I was going to make the JS part retrieve the date in ymd format, but realized that those inputs are not displayed when trying to place holds for patron's clubs. 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=29240 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off --- Comment #20 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- OK, I've dug into this a little and I think the hidden fields are entirely legacy stuff.. they're not referenced anywhere and don't have an input name at all so aren't even passed properly to the controller. I reckon they're safe to go, so I'm signing off.. all the functionality seems to work still. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #21 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Humm, ignore that last comment.. digging further.. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #22 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126472 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126472&action=edit Bug 29240: Rename start_for with date_to -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #23 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Jonathan Druart from comment #22)
Created attachment 126472 [details] [review] Bug 29240: Rename start_for with date_to
Martin, Owen, if we agree on that I will PQA and push these patches. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #24 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I agree with the rename :) -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #25 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- But I think I decided we should move the request.tt change to another bug for testing as I'm not 100% confident in it at last look -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #26 from Owen Leonard <oleonard@myacpl.org> --- I agree with the rename! -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #126341|0 |1 is obsolete| | Attachment #126342|0 |1 is obsolete| | Attachment #126343|0 |1 is obsolete| | Attachment #126472|0 |1 is obsolete| | --- Comment #27 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126493 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126493&action=edit Bug 29240: Centralise from/to handling This patch moves to using a data-start_for attribute to point the 'from' flatpickr to the 'to' flatpickr. We also fix the date validation issue in the onClose handler inline. Test plan. 1. Check that the from/to datpicker combinations work on each of the changed pages. 2. Look at the console for errors, there should be none Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #28 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126494 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126494&action=edit Bug 29240: (follow-up) Correct more instances This patch fixes linked date fields in these pages: - Reports -> Patrons with the most checkouts - Reports -> Patrons statistics wizard - Reports -> Most-circulated items - Reports -> Catalog statistics wizard - Reports -> Guided reports - Reports -> Average loan time - Reports -> Holds statistics wizard Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 --- Comment #29 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- Created attachment 126495 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=126495&action=edit Bug 29240: Rename start_for with date_to Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=29270 --- Comment #30 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- (In reply to Martin Renvoize from comment #25)
But I think I decided we should move the request.tt change to another bug for testing as I'm not 100% confident in it at last look
Will be moved to bug 29270. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Jonathan Druart <jonathan.druart+koha@gmail.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=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to master Version(s)| |21.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=29240 --- Comment #31 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=29240 Kyle M Hall <kyle@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|Pushed to master |RESOLVED CC| |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=29240 Jonathan Druart <jonathan.druart+koha@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_21_11_candidate | -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29240 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |30183 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30183 [Bug 30183] ILL table search filtering broken -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org