GravityKit / Dashboard-Views

See Views in the WordPress Dashboard
GNU General Public License v2.0
1 stars 0 forks source link

Delete Entry link does not redirect to Multiple Entries correctly #14

Closed zackkatz closed 7 months ago

zackkatz commented 11 months ago
  1. Add a Delete Entry field to a View
  2. Have "Redirect to Multiple Entries" as the View setting
  3. Visit the View in the Dashboard
  4. Click the Delete Entry link

What happens: Entry redirects to CPT page (https://example.com/wp-admin/edit.php?post_type=gravityview)

What should happen: Entry redirects to Multiple Entries context: (https://example.com/wp-admin/edit.php?post_type=gravityview&page=dashboard_views&gvid=10990)

mrcasual commented 7 months ago

Fixed in 3037a43.