Problem/Motivation

Update to the alpha3+ removed the exposed filter option.

CommentFileSizeAuthor
#3 3216379-3.patch477 bytesswentel

Comments

Corn696 created an issue. See original summary.

corn696’s picture

Following commit removed the exposed option in src/Plugin/views/sort/ViewsRandomSeedRandom.php Was there a reason? I need this functionality.

 /**
   * {@inheritdoc}
   */
  public function canExpose() {
    return FALSE;
  }

  /**
   * {@inheritdoc}
   */
  public function adminSummary() {
    return "";
  }
swentel’s picture

Status: Active » Needs review
StatusFileSize
new477 bytes

Hmm, no specific reason as far as I can remember. Bringing it back, will release when comes back green, which it should :)

  • swentel committed 54f58e2 on 8.x-1.x
    Issue #3216379 by swentel: Exposed filter option missing since alpha3
    
swentel’s picture

Status: Needs review » Fixed

There aren't any tests for this module, so committing. Release in a few minutes!

swentel’s picture

Status: Fixed » Closed (fixed)