- Issue created by @valthebald
- 🇮🇳India annmarysruthy
Reviewed the MR and tested the changes. issue is fixed. Thank you.
Automatically closed - issue fixed for 2 weeks with no activity.
Prior to 📌 Discuss: Unify translate operations over ai Active , ai_translate module was using generic "chat" operation for translations, but now it uses "translate_text" operation, which has a different selection of provider/model in AiSettingsForm.
That leads to the wrong model display in the entity translate tab:
Expected result: You should see "Translate using "
Actual result: "Translate using "
In ContentTranslationControllerOverride::alterForm(), check default model for translate_text operation:
$default_model = $this->providerManager->getSimpleDefaultProviderOptions('translate_text');
Active
1.1
Other Submodules
Reviewed the MR and tested the changes. issue is fixed. Thank you.
Automatically closed - issue fixed for 2 weeks with no activity.