- Issue created by @Martin Mayer
- First commit to issue fork.
- Merge request !6Issue #3530226: User without translation permission get error messages on... → (Merged) created by Unnamed author
-
bigbabert →
committed 86cad4e8 on 1.0.x authored by
anjaliprasannan →
Issue #3530226 by martin mayer, anjaliprasannan: User without...
-
bigbabert →
committed 86cad4e8 on 1.0.x authored by
anjaliprasannan →
- 🇮🇹Italy bigbabert Milano, Italy
Hi @martin mayer,
Thanks for the patch. The module was created to work with default node translation form, we can improve doing the changes to properly work with custom entity/form
What is not clear to me is the intention to use
if(!str_ends_with($form_id, '_edit_form')) {
in the hook.The check is to prevent that the translation is triggered when editing nodes or add new node.
Best regards