https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27432 Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Failed QA CC| |pedro.amorim@openfifth.co.u | |k --- Comment #47 from Pedro Amorim (ammopt) <pedro.amorim@openfifth.co.uk> --- Hi guys, it appears 2 'Run' log entries are added if want_full_chart=1 param is present, is this expected? To test: 1) Enable the 'ReportsLog' system preference. 2) 'Reports' > 'New SQL report'. 3) In the 'Enter SQL' box, paste: SELECT borrowernumber, surname FROM borrowers LIMIT 5 4) Give it a name (e.g. 'Test duplicate log'), leave the rest default, save. 5) Visit http://localhost:8081/cgi-bin/koha/reports/guided_reports.pl?id=1&op=run (no extra params), this is a plain run, adds 1 log entry. 6) Visit http://localhost:8081/cgi-bin/koha/reports/guided_reports.pl?id=1&op=run&want_full_chart=1, this single visit adds 2 more log entries (the main query plus the chart-data query, each logged separately). 7) Go to 'Tools' > 'Log viewer', select module 'Reports', submit. 8) Confirm 3 total "Run" log entries for report ID 1, from just those two page loads, one query action, three log rows. -- You are receiving this mail because: You are watching all bug changes.