Skip to content
Snippets Groups Projects

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

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

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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++) {
  • Stephen Mustgrave left review comments

    left review comments

  • Please register or sign in to reply
    Loading