Export CSV with v3.09 and Safari
5 posts by 3 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: June 20, 2017 (RSS)
By JeffC - May 18, 2017
Hi
Are you aware of any issues with Export CSV, the latest issue of CMSB and Safari 10.0.3? When I select any of the 3 Export as CSV options and click GO, nothing happens.
I have checked this on two websites using v3.09 and neither of them work (both worked before the upgrade).
Everything is fine on Google Chrome.
It's not a major or urgent issue for me, I'll just use Chrome for now, but flagging it up for the next maintenance release (if there is a compatibility problem).
Thanks
By Jesus - June 15, 2017
I've the same issue on Safari (Versión 10.1.1 (11603.2.5)) and everything works just fine on Chrome.
By Dave - June 17, 2017
Hi Guys,
Thanks for reporting this. Can you try this patch and let me know if it resolves the issue for you?
In /lib/admin_functions.php search for: parents
Replace this line:
$("button[name='_advancedActionSubmitButton'").parents("form:first").submit();
With this line:
$("button[name='_advancedActionSubmitButton']").parents("form:first").submit();
And let me know if that resolves it for you?
Thanks!
interactivetools.com