Closed (won't fix)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2011 at 07:50 UTC
Updated:
2 Mar 2019 at 14:39 UTC
Jump to comment: Most recent
Comments
Comment #1
merlinofchaos commentedI agree. That phase came in at the last minute when I discovered that I had set up paging information wrong. It should be pre_build(). It was named because it was supposed to be prior to 'execute_display' but time and history have compounded the error.
We could rename it pre_build() and hten provide pre_execute() as a deprecated pointer to pre_build() with an explanation. That would preserve the API but bring it inline with the correct naming attributes.
Comment #2
dawehnerWorking on this specific issue wasn't as easy as i thought, but i guess it should be possible with some amount of concentration.
Comment #3
dawehnerThis is more a task then a bug.
Comment #4
mustanggb commentedDoesn't seem like a good idea to think about changing it at this time.