- Issue created by @Martin Mayer
-
bigbabert →
committed 3d1d3740 on 1.4.x
Issue #3539407 by martin mayer: Auto Translation Settings can not handle...
-
bigbabert →
committed 3d1d3740 on 1.4.x
-
bigbabert →
committed 3d1d3740 on 1.0.x
Issue #3539407 by martin mayer: Auto Translation Settings can not handle...
-
bigbabert →
committed 3d1d3740 on 1.0.x
- 🇩🇪Germany Martin Mayer Germany and Philippines
Thank you for the changes. I started testing the new version.
Now the prefixes in 1.4.36 keep Taxonomy terms from being translated. The prefix is set to 'taxonomy_vocabulary' in AutoTranslatorSettingsForm.php
When I try to translate a taxonomy term, $entity_type is set to 'taxonomy_term' in Utlilty.php line 631. Therefore the term is not recognized as enabled content type in line 639.
It works again if I replace the set prefixes in AutoTranslatorSettingsForm.php lines 149 and 150 to 'taxonomy_term'.
I wonder, wouldn't it be an easier solution to check for the bundle rather than the entity type in Utlilty.php line 639. Then the prefixes might not be necessary.
- 🇮🇹Italy bigbabert Milano, Italy
Hi @martin mayer,
thanks to test and for feedbacks, i'll update changing the prefix for taxonomy to make it consistent, about the check on the bundles, it still will need the bundle stored in the settings, i'll evaluate if there is a better way to achive the result in 1.5.x meanwhile later today will push the fix only changing the prefix, needs also double check on other bundles prefix.
Best regards
- 🇮🇹Italy bigbabert Milano, Italy
Maybe i can use the bundle name as prefix to make it more consistent.
-
bigbabert →
committed 36fa83a5 on 1.0.x
Issue #3539407 by martin mayer: Auto Translation Settings can not handle...
-
bigbabert →
committed 36fa83a5 on 1.0.x
-
bigbabert →
committed 5018ee38 on 1.4.x
Issue #3539407 by martin mayer: Auto Translation Settings can not handle...
-
bigbabert →
committed 5018ee38 on 1.4.x
-
bigbabert →
committed 36fa83a5 on 1.4.x
Issue #3539407 by martin mayer: Auto Translation Settings can not handle...
-
bigbabert →
committed 36fa83a5 on 1.4.x
- 🇩🇪Germany Martin Mayer Germany and Philippines
I testet this in several different variations and it worked well.