This module has stopped working when updating Views to the latest version (3.17, a security fix: https://www.drupal.org/node/2902604)
I have verified this on a simplytest.me site
Views 3.16, Views Infinite Scroll 2.0: works
Views 3.17, Views Infinite Scroll 2.0: never loads new content
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 2902796-no-automatic-ajax-10.patch | 999 bytes | sam152 |
| #10 | 2902796-no-automatic-ajax-10.patch | 999 bytes | sam152 |
| #9 | 2902796-no-automatic-ajax-9.patch | 1.76 KB | sam152 |
| #6 | 2902796-no-automatic-ajax-6.patch | 666 bytes | sam152 |
Comments
Comment #2
sam152 commentedSo users probably have to manually enable AJAX now. Maybe time to revisit trying to enable it automatically.
Comment #3
emek commentedYes, it works when I manually enable ajax on the view.
Comment #4
jasonlttl commentedJust adding that this same thing occurs in d8 as well. Also, manually enabling ajax fixed it.
Comment #5
beatnikdude commentedYes, had to enable AJAX manually on my View after Views 3.17 update.
via: Advanced: Other: Use AJAX
Comment #6
sam152 commentedWill backport to D7 once this is into D8. A new release will have to be created with instructions to manually enable AJAX on the affected views.
I think an update hook to do this automatically is a bad idea, people will be given the option to enable it, given the security implications of
ajax enabled == another endpoint to access the view.Comment #7
sam152 commentedComment #9
sam152 commentedFixing tests.
Comment #10
sam152 commentedD7 version.
Comment #13
sam152 commentedComment #14
sam152 commentedComment #16
sam152 commentedUpdated in both releases. Will publish a new release with instructions on updating.