When updating from Beta3 to Beta4, a view using AJAX for a pager no longer updated the listing when utilizing the pager controls, the results appear blank. The same pager and View worked fine in Beta3 (verified) OR without AJAX enabled in Beta4.

It's important to note that several similar Views work fine WITH AJAX enabled in Beta4 on the same site. Of course, the difference is that the broken AJAX ones are utilizing TVI while the others aren't.

Comments

chrisrcooper’s picture

Issue summary: View changes
mstrelan’s picture

Using beta3 this is still an issue. Also applies to tablesort. Related issue in taxonomy_display module - #2164829: Views pager doesn't work after the 2nd page choice. FWIW if I uses views_embed_view() in a template file on the same view this is not an issue.

mstrelan’s picture

I found a solution for me. My taxonomy term alias was "resources/term-name" and my view path was "resources". Changing the view path to "resources/%" or anything else that wasn't just "resources" fixed it.

kevinquillen’s picture

Version: 7.x-1.0-beta4 » 7.x-1.x-dev
Status: Active » Fixed

Sounds like a view configuration issue. Marking as fixed per comments above.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.