[Bug 20429] New: opac-privacy.pl display needs changed
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20429 Bug ID: 20429 Summary: opac-privacy.pl display needs changed Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org The opac-privacy.pl (privacy tab) displays either "Your reading history has been deleted" OR "NO reading history to delete". This is true even if the user has a reading history and hasn't deleted it. There should be a 3rd case where the display <span> class is hidden. Here is the code from the opac-privacy.tt file: <div id="userprivacy"> <h3>Your privacy management</h3> [% IF deleted %] <div class="alert alert-success">Your reading history has been deleted.</div> [% ELSE %] <div class="alert">No reading history to delete</div> [% END %] A 3rd clause that checks if there is a reading history or not and then hides the display if there is should be added. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20429 lucasgass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|opac-privacy.pl display |Patron is told history is |needs changed |not deleted incorrectly on | |opac-privacy.pl -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20429 paxed <pasi.kallinen@joensuu.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=20363 -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20429 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |20363 Version|unspecified |master Severity|enhancement |normal Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363 [Bug 20363] Privacy management shows misleading "No reading history to delete" -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20429 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Depends on|20363 | Resolution|--- |DUPLICATE Status|NEW |RESOLVED --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- *** This bug has been marked as a duplicate of bug 20363 *** Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20363 [Bug 20363] Privacy management shows misleading "No reading history to delete" -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org