- πΊπΈUnited States smustgrave
Since there hasn't been a follow up to #29 going to close out for now.
If still a bug for D10+ please reopen updating issue summary with steps to reproduce
Thanks all!
The taxonomy page is now a view, so visiting /taxonomy/term/X will use a view to display the list. This view may be modified to use optional arguments as it was before #1857256: Convert the taxonomy listing and feed at /taxonomy/term/%term to Views β where the view used a term_node_tid_depth argument instead of a single tid argument. That modifies the path under the route. However content translation is not ready to fill in route parameters other than the default entity identifier expected, so such modifications in the path under the route result in fatal errors from content translation:
Symfony\Component\Routing\Exception\InvalidParameterException: Parameter "arg_1" for route "/taxonomy/term/{taxonomy_term}/{arg_1}/translations" must match "[^/]++" ("" given) to generate a corresponding URL. in Symfony\Component\Routing\Generator\UrlGenerator->doGenerate() (line 167 of core/vendor/symfony/routing/Symfony/Component/Routing/Generator/UrlGenerator.php).
We should inherit route parameters in the content translation routes from the canonical route for this use case.
Devise fix
Write tests
Reviews
None.
None.
Closed: outdated
9.5
Related to the Views in Drupal Core initiative.
(Drupal 8 Multilingual Initiative) is the tag used by the multilingual initiative to mark core issues (and some contributed module issues). For versions other than Drupal 8, use the i18n (Internationalization) tag on issues which involve or affect multilingual / multinational support. That is preferred over Translation.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Since there hasn't been a follow up to #29 going to close out for now.
If still a bug for D10+ please reopen updating issue summary with steps to reproduce
Thanks all!