Test that if filters, group of filters and sorts are set on channels, the generated URLs are OK.

Also, in entity_share/modules/entity_share_server/src/OperatorsHelper.php:

  public static function getMultipleValuesOperators() {
    return [
      'IN' => 'IN',
      'NOT IN' => 'NOT IN',
      'BETWEEN' => 'BETWEEN',
    ];

    // TODO: The following operators are marked as multiple values in JSON:API
    // documentation https://www.drupal.org/docs/8/modules/json-api/collections-filtering-sorting-and-paginating
    // But it does not work. See why.
    // '=' => '=',
    // '<' => '<',
    // '>' => '>',
    // '<>' => '<>',.
  }
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grimreaper created an issue. See original summary.

Grimreaper’s picture

Issue summary: View changes
Grimreaper’s picture

Assigned: Unassigned » Grimreaper
Grimreaper’s picture

Status: Active » Needs review
FileSize
21.09 KB

  • Grimreaper authored 40b1f52 on 8.x-2.x
    Issue #3082518 by Grimreaper: Tests: filter, group and sort on channel
    
Grimreaper’s picture

Status: Needs review » Needs work

Back to needs work as some tests are failing and had been commented out for the moment.

Grimreaper’s picture

Assigned: Grimreaper » Unassigned
Status: Needs work » Postponed

Postponed while the related core issue is not fixed.

Grimreaper’s picture

Priority: Normal » Major
Grimreaper’s picture

Status: Postponed » Needs review
FileSize
7.29 KB

Reply obtained in core issue.

  • Grimreaper authored 8dca71c on 8.x-2.x
    Issue #3082518 by Grimreaper: Tests: Add tests on date field.
    
Grimreaper’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.