The Needs Review Queue Bot β tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- πͺπΈSpain cesarmsfelipe
Merged the feature into the main branch and created tag 1.0.3 for further testing.
I know it's not good practice, we are treating this as a hotfix so next time it should be done in 1.0.x-dev version.
- @davidjguru opened merge request.
- @davidjguru opened merge request.
- πͺπΈSpain davidjguru Seville, Andalusia (Spain)
Updating local installation to 1.0.2, the change is returning the error message:
TypeError: Drupal\hts\Plugin\views\filter\HtsTaxonomyIndexTid::__construct(): Argument #6 ($entity_repository) must be of type Drupal\Core\Entity\EntityRepositoryInterface, Drupal\Core\Session\AccountProxy given, called in /var/www/html/sot/web/modules/contrib/hts-hts/src/Plugin/views/filter/HtsTaxonomyIndexTid.php on line 83 en Drupal\hts\Plugin\views\filter\HtsTaxonomyIndexTid->__construct() (linea 74 de /var/www/html/sot/web/modules/contrib/hts-hts/src/Plugin/views/filter/HtsTaxonomyIndexTid.php).
Because the order of the parameters in the constructor has been altered.