Skip to content
Snippets Groups Projects
Verified Commit 7ca46b59 authored by quietone's avatar quietone
Browse files

Issue #3497931 by jurgenhaas, smustgrave: Sql::addWhere has wrong type for $value

parent c6bc6ebf
No related branches found
No related tags found
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #402339 passed with warnings
Pipeline: drupal

#402342

    Pipeline: drupal

    #402341

      ......@@ -948,7 +948,7 @@ public function clearFields() {
      * If the group does not yet exist it will be created as an AND group.
      * @param string $field
      * The name of the field to check.
      * @param string|null $value
      * @param string|array|null $value
      * The value to test the field against. In most cases, this is a scalar. For more
      * complex options, it is an array. The meaning of each element in the array is
      * dependent on the $operator.
      ......
      0% Loading or .
      You are about to add 0 people to the discussion. Proceed with caution.
      Finish editing this message first!
      Please register or to comment