Closed (fixed)
Project:
Views Auto-Refresh
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2012 at 04:25 UTC
Updated:
29 Apr 2013 at 13:44 UTC
I need views to append new data only on autorefresh request but when user submit a filter I need views to replace existing data with filter result. The attached patch is supposed to implement it. Most of this work is from melsawy (http://drupal.org/user/154546).
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Make-autorefresh-request-different-than-filter-reque.patch | 2.56 KB | caiosba |
Comments
Comment #1
jonhattanI had a conflict implementing autorefresh and http://drupal.org/project/views_load_more that I "fixed" by settings a higher weight to views_load_more in {system} table.
So this proposal seems a plausible solution for my usecase also.
Comment #2
infojunkieThanks for the patch. Committed to latest dev.
@jonhattan, can you please confirm that this fixes your integration with views_load_more?
Comment #3
caiosba commentedJust FYI, I can use views_auto_refresh with views_load_more (dev version).
Comment #4
infojunkieThanks for the confirmation Caio!
Comment #5
jonhattanI also confirm!
Comment #7
infojunkie