- Issue created by @joao.lemos
- Assigned to kallado
- Status changed to Fixed
over 1 year ago 4:07pm 13 March 2023 - Status changed to Fixed
over 1 year ago 3:50pm 15 March 2023
When a "text" or "string" field translation is bigger than 255bytes the module uses the php function substr to trim it. With special characters this can cause an error when saving the term.
Replace the substr function with mb_substr in the function translateTextField of the TranslationForm.
Fixed
2.1
Code