https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17282
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |[email protected] | |ommunity.org --- Comment #6 from Jonathan Druart <[email protected]> --- QA comments: 1/ Would it be possible to add a "loading please wait" when processing the graph? 2/ Execute a report which raises an error, you will get a JS error: 3/ If I delete a column, the scrollbar goes to the top 4/ I can delete all the columns and click on "draw", nothing happens. It should not bz possible to delete the first column I'd say. 5/ With the following query: SELECT i.homebranch, h.branchcode, monthname(h.reservedate) AS month, year(h.reservedate) AS year, count(*) FROM old_reserves h LEFT JOIN items i USING (itemnumber) WHERE h.branchcode != i.homebranch AND year(h.reservedate) = '2015' GROUP BY month(h.reservedate), h.branchcode With chart type: "Pie", x column: "month" and y: "count(*)", I get the following JS error: TypeError: columns[index] is undefined Marked as Failed QA. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
