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.

Comments

studiotwelve created an issue. See original summary.

benjy’s picture

Status: Active » Needs review
StatusFileSize
new2.95 KB
new632 bytes

Good find, thanks for reporting. Fix and tests attached.

The last submitted patch, 2: 2546650-2-PASS.patch, failed testing.

Status: Needs review » Needs work

The last submitted patch, 2: 2546650-2-FAIL.patch, failed testing.

benjy’s picture

Status: Needs work » Needs review
StatusFileSize
new959 bytes
new2.95 KB

Fix array syntax.

benjy’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

Update version

benjy’s picture

StatusFileSize
new3.15 KB

Re-rolled.

benjy’s picture

StatusFileSize
new3.14 KB

Fixed a typo.

  • benjy committed 76b61c5 on 7.x-1.x
    Issue #2546650 by benjy: Master display shown rather than desired *page*
    
benjy’s picture

Status: Needs review » Fixed

Committed and pushed.

Status: Fixed » Closed (fixed)

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