Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 May 2013 at 17:49 UTC
Updated:
29 Jul 2014 at 22:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kenianbei commentedComment #2
kenianbei commentedComment #4
connorwk commented#2: drupal-rename-set-limit-2003280-2.patch queued for re-testing.
Comment #5
oenie commentedAdd public access modifier in front of the function to adhere to the new OOP standards.
All occurrences have been replaced, so the corrected patch should then be RTBC.
Comment #6
SpartyDan commentedAdded public access modifier in front of the function to adhere to the new OOP standards.
Re-rolled.
Comment #7
oenie commentedLooks good to me now !
Apart from a minor issue with a leftover comment:
core/modules/views/lib/Drupal/views/Tests/Plugin/QueryTest.php, line 84:
$this->assertEqual($view->query->getLimit(), $rand_number, 'set_limit adapts the amount of items.');
Comment #8
alexpottCommitted b74991a and pushed to 8.x. Thanks!