katzwebservices / Gravity-Forms-Directory

http://wordpress.org/plugins/gravity-forms-addons/
GNU General Public License v3.0
8 stars 3 forks source link

'Select All' checkbox on Entries page is not working #38

Closed shamalisulakhe closed 3 years ago

shamalisulakhe commented 4 years ago

Steps to reproduce -

  1. Activate Gravity forms and Gravity Forms Directory & Addons plugin.
  2. Go to Dashboard -> Forms -> Entries page of a form.
  3. Tick off the checkbox to select all entries

Expected result All entries on the page should be selected

Actual result No entry is selected.

Additional Found JS error in console Uncaught TypeError: $(...).live is not a function wp-admin/admin.php 103:33 Uncaught TypeError: s is undefined wp-includes/js/wp-auth-check.min.js:2:479

image

shamalisulakhe commented 3 years ago

Resolved.

Solution - replaced deprecated JS function live() to on(). plugins/Gravity-Forms-Directory/includes/admin/class-gf-directory-admin.php