- Issue created by @rakesh.nimje84@gmail.com
- Merge request !4Automated Drupal 10 compatibility fixes with composer file → (Open) created by rakesh.nimje84@gmail.com
- 🇹🇭Thailand Nick Hope
I'm preparing a site for upgrading from D9.5.11 to D10.2.
In D.5.11,
$plugins['entity:taxonomy_term']['class'] = 'Drupal\taxonomy\Plugin\views\argument_validator\TermName';
inmedia_taxonomy_filter.views.inc
gives me Page Not Found, with no error messages, on pages using this module.Pages are found successfully when
$plugins['entity:taxonomy_term']['class'] = 'Drupal\views\Plugin\views\argument_validator\Entity';
is used instead, as in the other D10-compatibility MR at https://www.drupal.org/project/media_taxonomy_filter/issues/3288527#comm... 📌 Automated Drupal 10 compatibility fixes Needs review . But there's no composer.json with that MR. so installing it with Composer givesNo valid composer.json was found...
errors.I don't have the experience to know which of
...\argument_validator\TermName
or...\argument_validator\Entity
is correct or preferable in this case. - Status changed to Fixed
11 months ago 8:23am 4 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.