http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12345 Bug ID: 12345 Summary: Can't Clear Reading History for Anonymous patron Change sponsored?: --- Product: Koha Version: 3.14 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: barton@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org When logged in to OPAC as anonymous patron (as set in AnonymousPatron syspref), I can navigate to 'Your reading history' (... cgi-bin/koha/opac-readingrecord.pl) and see items that have been checked out. Clicking on 'your privacy' (... cgi-bin/koha/opac-privacy.pl), then clicking on 'immediate deletion' and 'OK' results in the message 'Your reading history has been deleted.', But when I navigate back to the reading history page, items have not been deleted, even when I refresh the page. I was able to delete the search history when logged in as the patron with borrowernumber 1. User permissions are the same for borrowernumber 1 and the anonymous patron (borrower number 39969). mysql> select * from user_permissions where borrowernumber='39969'; Empty set (0.00 sec) mysql> select * from user_permissions where borrowernumber='1'; Empty set (0.00 sec) -- You are receiving this mail because: You are watching all bug changes.