- Issue created by @dev_lisa
- Merge request !30Add Taxonomy Term Map so that the label for hierarchical taxonomy term filters... → (Open) created by Unnamed author
- 🇬🇧United Kingdom schillerm
Hi, I tested and reviewed this, on a D11 site. When I tried to reproduce the problem on version 1.0.4 and also 1.0.x I got an error like this ..
Drupal\active_filters\Plugin\views\area\ActiveFilters::rewriteLabel(): Argument #2 ($label) must be of type Drupal\Component\Render\MarkupInterface|string, stdClass given, called in /var/www/html/web/modules/contrib/active_filters/src/Plugin/views/area/ActiveFilters.php on line 269
This seems to happen for all taxonomys (hierarchical or not). Tried this on D10.4 site - same error.
If I fix that specific error in code then I can see ID's showing up as described in the issue.
When I switch to using the !MR30 branch everything works. Tested on a view with multiple taxonomy fields. Looked at code changes, all seems fine.
+1 for RTBC