Skip to content
Snippets Groups Projects

Don't start session on filter reset

Closed Len Swaneveld requested to merge issue/drupal-3471220:3471220-views-exposed-filter into 11.x
1 unresolved thread

Closes #3471220

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
566 569 $this->assertTrue($this->assertSession()->optionExists('type', 'page')->isSelected());
567 570 }
568 571
572 /**
573 * Asserts whether a session cookie is present on the client or not.
574 *
575 * @internal
576 */
577 public function assertSessionCookieOnClient(bool $expected_present): void {
  • godotislate added 1 commit

    added 1 commit

    Compare with previous version

  • closed

  • Please register or sign in to reply
    Loading