[Bug 20964] New: search_patrons_to_anonymise selects different user than GetBorrowersWithIssuesHistoryOlderThan did.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20964 Bug ID: 20964 Summary: search_patrons_to_anonymise selects different user than GetBorrowersWithIssuesHistoryOlderThan did. Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Tools Assignee: koha-bugs@lists.koha-community.org Reporter: martin.renvoize@ptfs-europe.com QA Contact: testopia@bugs.koha-community.org Bug 16966 sought to move the patron selection routines from GetBorrowersWithIssuesHistoryOlderThan in C4 to a dbic centric query in Koha::Patrons. However, in do so, the resultant query was changed in such a way that rather than filtering patrons to anonymise by their home branch you are actually filtering by patrons who have ever had an biblio issued to them from a particular branch. This is a surprising and unexpected change in functionality for users upgrading to 17.05. -- 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=20964 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_17_11_candidate, | |rel_18_05_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=20964 --- Comment #1 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Created attachment 76169 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=76169&action=edit Bug 20964: Restore original filtering behaviour after bug 16966 Bug 16966 altered the filter criteria of the anonymise selection, this patch restores the original behaviour. -- 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=20964 Martin Renvoize <martin.renvoize@ptfs-europe.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=20964 --- Comment #2 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I take that back.. it's not a change of behaviour... but a counter-intuitive behaviour to start with :( -- 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=20964 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|rel_17_11_candidate, | |rel_18_05_candidate | -- 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=20964 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|Needs Signoff |RESOLVED -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org