- Issue created by @jvizcarrondo
- πΊπΈUnited States dillix
I combined all oneliner patches for compatibility with D10+ into one issue: π Drupal 11 compatibility Active . So I'm closing this as duplicate.
In Drupal version 10.2.6 the module generates this error when displaying a view that has a relationship with CommerceProductTermData:
Fatal error: Declaration of Drupal\commerce_product_taxonomy_filter\Plugin\views\relationship\CommerceProductTermData::buildOptionsForm(array &$form, Drupal\Core\Form\FormStateInterface $form_state) must be compatible with Drupal\views\Plugin\views\relationship\RelationshipPluginBase::buildOptionsForm(&$form, Drupal\Core\Form\FormStateInterface $form_state)
I have solved this by making the following patch and applying it through composer
Active
1.0
Code
I combined all oneliner patches for compatibility with D10+ into one issue: π Drupal 11 compatibility Active . So I'm closing this as duplicate.