Skip to content
Snippets Groups Projects

Issue #2858890: Drupal.views.ajaxView is not initializing pagers in nested views

Closed Issue #2858890: Drupal.views.ajaxView is not initializing pagers in nested views
1 unresolved thread
1 unresolved thread

Merge request reports

Approval is optional

Closed by Julian PustkuchenJulian Pustkuchen 1 year ago (Jun 23, 2023 9:00am UTC)

Merge details

  • The changes were not merged into 11.x.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
111 138 );
112 139
113 140 // Add the ajax to pagers.
114 once(
115 'ajax-pager',
116 this.$view
117 // Don't attach to nested views. Doing so would attach multiple behaviors
118 // to a given element.
119 .filter($.proxy(this.filterNestedViews, this)),
120 ).forEach($.proxy(this.attachPagerAjax, this));
141 if (this.$view.find('.views-infinite-scroll-content-wrapper').length) {
  • Please register or sign in to reply
    Loading