-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Evaluate views reference filters module to configure views paragraphs with exposed filters instead of contextual arguments. #3444
base: main
Are you sure you want to change the base?
Conversation
After enabling and configuring the View Reference Filters module on a multidev site, I successfully ran several tests (see screenshots below). Note: The module appears to function correctly; however, it is not yet covered by the security advisory policy. There is an open ticket to include it in the security advisory policy. Also, I reached out to the module maintainer, @roborew, via Slack and the ticket, but haven't received a response yet. Content type: Expose filter option Views Paragraphs: Checkbox for enabling and disabling the exposed filter. |
...aphs_view/config/install/field.field.paragraph.az_view_reference.field_az_view_reference.yml
Outdated
Show resolved
Hide resolved
...aphs_view/config/install/field.field.paragraph.az_view_reference.field_az_view_reference.yml
Outdated
Show resolved
Hide resolved
modules/custom/az_news/config/install/views.view.az_exposed_news.yml
Outdated
Show resolved
Hide resolved
modules/custom/az_news/config/install/views.view.az_exposed_news.yml
Outdated
Show resolved
Hide resolved
...aphs_view/config/install/field.field.paragraph.az_view_reference.field_az_view_reference.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Brian Berndt <[email protected]>
modules/custom/az_news/config/install/views.view.az_exposed_news.yml
Outdated
Show resolved
Hide resolved
modules/custom/az_news/config/install/views.view.az_exposed_news.yml
Outdated
Show resolved
Hide resolved
Troy mentioned we should keep the argument filters |
TODO: add back optional views to config. |
Questions:
|
TODO remove the option to expose the filter. |
My opinion is that the goal should be to replace the existing "Argument" option with the "select a category" option.
This will cause a lot of trouble for us.
Hopefully all of the views that are currently configurable with the argument.
Hopefully we can write a migration/database update to move existing values for the argument into new values for select a category option. |
Description
Related issues
Closes #3443
How to test
Types of changes
Arizona Quickstart (install profile, custom modules, custom theme)
Drupal core
Drupal contrib projects
Checklist