Edit a Mail Template in Joomla 4 admin
Change the language code manually in the URL
Eg
Click save
Input validation on the language code before it gets anywhere near a mysql query
Save failed with the following error: Data too long for column 'language' at row 1
If you use &language=A the mail template saves - this also should be stopped, as A is not a valid input for language code! And this is persisted to the database!
| Labels |
Added:
?
|
||
| Labels |
Added:
J4 Issue
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-01-02 06:23:25 |
| Closed_By | ⇒ | wilsonge |
data validation issues again