Closed (fixed)
Project:
DraggableViews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Sep 2011 at 17:22 UTC
Updated:
7 Dec 2011 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
dalinComment #2
dalinActually I found this today:
$view->use_pager()
http://drupalcode.org/project/views.git/blob/481cec026c826b19b45e3555fe8...
Comment #3
dalinHere's a new one that fixes a few more places and uses $view->use_pager().
But everything that touches pagers probably needs to be rewritten to use Views' new pager system anyway.
Comment #4
dalinHere's another one that gets around the fact that all of the futzing with the pager globals is currently broken (due to Views having a new paradigm for pagers now).
Comment #5
klonos...coming from #1198810: not working with attachment display. The errors are:
I confirm that the patch in #4 above fixes the error.
Comment #6
klonos...line 258 too.
Comment #7
medden commentedI can confirm this patch (#4) worked for me and resolved the errors I was getting.
Comment #8
rkeppner commentedI can also confirm that patch (#4) worked to correct the error messages I was seeing.
Comment #9
mesr01 commentedThanks dalin!
Comment #10
ygerasimov commentedCommitted. Thank you @dalin!