Issue #2858890: Drupal.views.ajaxView is not initializing pagers in nested views
Closed
requested to merge issue/drupal-2858890:2858890-views-ajax-fix-init-in-nested-views into 11.x
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 44747844 - Replaced use of jQuery once with core once; fixed params for...
added 735 commits
Toggle commit listadded 115 commits
-
907607ce...b7c4aaf2 - 113 commits from branch
project:11.x
- 779b474b - Manually apply 'ajax_view.es6.js' changes in ajax_view.js
- 2a4f788a - Partially apply patch by @nsciacca
-
907607ce...b7c4aaf2 - 113 commits from branch
added 24 commits
-
fe14ef15...61c851c3 - 22 commits from branch
project:11.x
- d8a03e88 - Manually apply 'ajax_view.es6.js' changes in ajax_view.js
- 9c41d33e - Partially apply patch by @nsciacca
-
fe14ef15...61c851c3 - 22 commits from branch
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