The JavaScript changes introduced in #277321: AJAX links not supported for summary views in attachments, which I assume work fine with attachment displays, breaks summary links in block displays.
Simply making the .views-summary a selector on line 111 in ajax_views.js only select summary links of attachment displays solved it. See the patch.
It would be great if summary links in block displays were also AJAX-powered if the page display is shown, but that's not something I was able to throw together right now :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ajax-summary-links-attachments.patch | 1.3 KB | ximo |
| ajax-summary-links-attachments.patch | 1.3 KB | ximo |
Comments
Comment #1
ximo commentedWoops, that was a reversed patch.
Comment #2
dddave commentedComment #3
merlinofchaos commentedMakes sense. Fixed!