Issue #2858890: Drupal.views.ajaxView is not initializing pagers in nested views
Open
requested to merge issue/drupal-2858890:2858890-views-ajax-fix-init-in-nested-views-patch-79 into 11.x
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 6386d801 - Adjust 'attachPagerLinkAjax' call and function
added 14 commits
-
56522b21...4aa426d9 - 8 commits from branch
project:11.x
- 5510cfd7 - Manually apply patch 'drupal-2858890-79.patch' by @prudloff
- e90c29f7 - Adjust once behavior
- 04dffc08 - Adjust for prettier standards
- 7d418ca4 - Adjust 'attachPagerLinkAjax' call and function
- 02368a87 - Remove forgotten 'console.log()'
- b87a3690 - Fix prettier style issues
Toggle commit list-
56522b21...4aa426d9 - 8 commits from branch
added 2165 commits
-
11d92d94...b06bf11b - 2164 commits from branch
project:11.x
- 84bef3ef - Merge remote-tracking branch 'origin/11.x' into...
-
11d92d94...b06bf11b - 2164 commits from branch
added 1 commit
added 1121 commits
-
9c82cf7f...cafc9d25 - 1119 commits from branch
project:11.x
- d092ec9c - Merge branch '11.x' into 2858890-views-ajax-fix-init-in-nested-views-patch-79
- 5654f16a - bind() does not call the function
-
9c82cf7f...cafc9d25 - 1119 commits from branch
added 2 commits
33 /** 34 * {@inheritdoc} 35 */ 36 protected $defaultTheme = 'stark'; 37 38 /** 39 * {@inheritdoc} 40 */ 41 protected function setUp(): void { 42 parent::setUp(); 43 44 ViewTestData::createTestViews(self::class, ['views_test_config']); 45 46 // Create a Content type and eleven test nodes. 47 $this->createContentType(['type' => 'page']); 48 for ($i = 1; $i <= 55; $i++) {
Please register or sign in to reply