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 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!

Dave Edis - Senior Developer
interactivetools.com

By Jesus - June 19, 2017

Hi Dave,

This worked just fine!

Thank you!

By JeffC - June 20, 2017

Sorted, thanks Dave

Jeff