https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30279 Ola Andersson <ola.andersson@ltu.se> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |In Discussion CC| |ola.andersson@ltu.se --- Comment #5 from Ola Andersson <ola.andersson@ltu.se> --- (In reply to Lucas Gass from comment #4)
(In reply to Lucas Gass from comment #3)
A couple things to note here:
1. On viewlog.tt PatronViewLog should probably have it's own checkbox under 'Modules' so you can search the logs for that specifically.
2. The act of checking out an item puts several entry's into the logs. If I land on the patrons detail page (1 log), move to the Check out page ( 2nd log ), check something out ( 3rd log ), and so on. That seems like a lot of logging.
3. QA tool is complaining about missing filters:
FAIL koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc FAIL filters missing_filter at line 6 ([% ViewLog.log_patron_view(patron.borrowernumber) %])
1 and 2 are just my thoughts, but I will set this to FQA because of 3, the missing filter.
As a response to point 2: I took part in the initial design and background to this feature that looked for an efficient way to log every page rendering in Koha that exposed patron information - this is achieved in a simple yet powerful way by this Gothenburg implementation. The idea is that you should be able to tell when patron information has been exposed within the staff client. -- You are receiving this mail because: You are watching all bug changes.