Support from Acquia helps fund testing for Drupal Acquia logo

Comments

louisjimenez’s picture

Issue tags: +Novice, +VDC

I'm working on this at the DrupalCon Portland sprint.

louisjimenez’s picture

Patch attached

Status: Needs review » Needs work
heddn’s picture

Status: Needs work » Needs review
louisjimenez’s picture

dawehner’s picture

Status: Needs review » Needs work
+++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.phpundefined
@@ -253,7 +253,7 @@ function items_per_page_exposed() {
+  function isOffsetExposed() {

+++ b/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.phpundefined
@@ -324,14 +324,14 @@ function update_page_info() {
+  function isOffsetExposed() {

Should be a public method.

ptocheia’s picture

Public has been added, patch attached.

Status: Needs review » Needs work
ptocheia’s picture

OK, trying this again. Sorry, it's my first time trying to patch!

heddn’s picture

Status: Needs review » Reviewed & tested by the community

Looks good.

aspilicious’s picture

Status: Reviewed & tested by the community » Needs work

Only used by pager plugins. SHould be protected in stead of public.

ptocheia’s picture

Both instances of public changed to protected.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 949f67b and pushed to 8.x. Thanks!

Automatically closed -- issue fixed for 2 weeks with no activity.