[Koha-bugs] [Bug 15096] Export today's checked in barcodes: Display warning if reading history is set to "never"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 13 15:48:51 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15096

Marc Véron <veron at veron.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46501|0                           |1
        is obsolete|                            |

--- Comment #10 from Marc Véron <veron at veron.ch> ---
Created attachment 46591
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46591&action=edit
Bug 15096: Export today's checked in barcodes: Display warning if reading
history is set to "never"

If a patron's privacy settings are set to "Never" for keeping a reading
history, "Export today's
checked in barcodes" returns an empty file. This patch does not allow to export
in such case.

To test:

- Apply patch
- Check out / check in in some items

-Test toolbar:
- On user's detail page, go to More->Export today's checked in barcodes
- Verify that the menu item does not appear if syspref 'intranetreadinghistory'
  is set to 'Don't allow'
- Verify that the menu item appears if syspref 'intranetreadinghistory'
  is set to allow and
  - that the menu item is grayed out with a tooltip if the user has set privacy
    settings to never keep a reading history
  - that the menu item works as before if user's privacy settings allow reading
history.

- Test left tab "Circulation history":
- Verify that the left tab "Circulation history" does not appear if syspref
  'intranetreadinghistory' is set to 'Don't allow'
- Verify that the tab appars if syspref 'intranetreadinghistory' is set to
'Allow' and
  - that a message appears if user's privacy settings do not allow to keep the
reading history
  - that the export works as before if user's privacy settings allow to keep
the reading history

(Amended and changed test plan for comment #9)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list