Problem with view filters

Created on 16 July 2021, almost 3 years ago
Updated 6 May 2024, about 2 months ago

I have a field in the form where I can choose a user.
Then I wanted to filter the results depending on the user selected in the form.
However, I get the following error:

InvalidArgumentException: The configuration property display.default.display_options.filters.webform_submission_value.value.419 doesn't exist. w Drupal\Core\Config\Schema\ArrayElement->get() (linia 76 w /home/owes1/websites/generator/core/lib/Drupal/Core/Config/Schema/ArrayElement.php).

πŸ› Bug report
Status

Active

Version

5.0

Component

Code

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡―πŸ‡΅Japan jorgemare

    Howdy,

    First of all, thank you very much for this very useful module.

    I am getting a similar error message (shown below) when I try save a view to which I am trying to add an exposed filter for a webform Entity select field.

    InvalidArgumentException: The configuration property display.block_2.display_options.filters.webform_submission_value.value.all doesn't exist. in Drupal\Core\Config\Schema\ArrayElement->get() (line 76 of core/lib/Drupal/Core/Config/Schema/ArrayElement.php).

    I can provide any additional information that may be needed to look into this issue.

    Regards,

  • πŸ‡ΊπŸ‡ΈUnited States crutch

    We have a colleges exposed filter. Before when we passed the argument in the URL to the view, it would show all items for that argument. Example https://...?webform_submission_value[0]=37

    Even though multiple Colleges/ID's are selected when completing the form, the view would still display any results for the college ID above.

    After updating, the view only show results if only that single ID was selected while completing the form. It excludes results for the ID if multiple items are selected.

  • πŸ‡ΊπŸ‡ΈUnited States crutch

    Example results before and after update on May 4.

  • πŸ‡ΊπŸ‡ΈUnited States crutch
Production build 0.69.0 2024