When the lazy load option is enabled for a particular view's page in a view with multiple pages, 2 things happen, firstly navigating to the path set for the view page returns the view's MASTER display rather than the view page assigned to that path and the views ajax functionality is disabled, paging and filters now all generate page loads rather than altering the view with ajax as expected.
Disabling lazy load returns the views page for path's normal behavior and filters and paging return to functioning with ajax as expected.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | 2546650-8.patch | 3.14 KB | benjy |
| #7 | 2546650-7.patch | 3.15 KB | benjy |
| #5 | 2546650-5.patch | 2.95 KB | benjy |
| #5 | interdiff.txt | 959 bytes | benjy |
| #2 | 2546650-2-FAIL.patch | 632 bytes | benjy |
Comments
Comment #2
benjy commentedGood find, thanks for reporting. Fix and tests attached.
Comment #5
benjy commentedFix array syntax.
Comment #6
benjy commentedUpdate version
Comment #7
benjy commentedRe-rolled.
Comment #8
benjy commentedFixed a typo.
Comment #10
benjy commentedCommitted and pushed.