- Issue created by @alex.skrypnyk
One of the implementation of the Automated list component is directly through views with a support of exposed filters to be used in the exposed block.
The issue is with filters based on terms: when a new term is added, the term filter exposed as a block does not get that new term added unless cache is cleared.
The existing Behat test confirms this issue.
It is possible that the issue is related to https://www.drupal.org/project/drupal/issues/2900248 🐛 Exposed term filter is not updated when terms are added, deleted, or rearranged (caching issue?) Needs work
The newly added term and observe that it is not visible in the filters list.
The new filter should be available in the filter list.
Active
1.6
Code