https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40819
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #186503|0 |1 is obsolete| | --- Comment #2 from Jonathan Druart <[email protected]> --- Created attachment 186605 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=186605&action=edit Bug 40819: Only initialize select2 for #report_param_form This patch makes the the css selector specifically target the report_param_form in guided reports To test: 1. Go to Reports > Create guided report 2. Click Next >> 3. Click Next >> 3. Notice the form has been initialized as select2 4. Apply patch and refresh the page 5. Confirm the select column form is back to normal 6. Confirm select2 is still initialized for SQL reports example: select * from items where homebranch IN <<Library|branches:in>> Signed-off-by: Jonathan Druart <[email protected]> -- You are receiving this mail because: 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/
