- π¨π¦Canada mikeohara Moncton, NB
This was previously merged into the 1.x branch on Oct 13, 2021. Closing for housekeeping.
Automatically closed - issue fixed for 2 weeks with no activity.
In \Drupal\tvi\Enhancer\RouteEnhancer::enhance(), the $defaults['taxonomy_term'] is assumed to be either empty, or an instance of TermInterface, but no type checking is done on the value prior to passing it to \Drupal\tvi\Service\TaxonomyViewsIntegratorManagerInterface::getTaxonomyTermViewAndDisplayId().
This issue surfaced when working with https://www.drupal.org/project/taxonomy_term_revision β , where the value was the term ID, rather than an instance of the term object.
Add further type checking on the default value. If passed a numeric, attempt to load the related term.
Create patch.
None.
None.
None.
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This was previously merged into the 1.x branch on Oct 13, 2021. Closing for housekeeping.
Automatically closed - issue fixed for 2 weeks with no activity.