https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40937
Magnus Enger <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #187268|0 |1 is obsolete| | --- Comment #2 from Magnus Enger <[email protected]> --- Created attachment 187947 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=187947&action=edit Bug 40937: Include show data menu button for batch_borrowernumbers To test: 1 - save and run a report of "SELECT borrowernumber FROM borrowers" 2 - observe your results page does not include the Show Data Menu button 3 - save and run a report of "SELECT cardnumber FROM borrowers" 4 - observe your results page does include the button 5 - save and run a report of "SELECT borrowernumber, cardnumber FROM borrowers" 6 - observe you are once again buttonless on the results page 7 - apply patch 8 - run your report from step 1, observe you now have the button 9 - run your report from step 3, observe you still have the button 10 - run your report from step 5, observe you now have the button 11 - confirm that the batch actions dropdown only includes the patron actions once Signed-off-by: Magnus Enger <[email protected]> Works as advertised. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
