Bug display and/or description
The current implementation of error handling is very poor. It is sensitive to changes in language and unnecessarily complex. For example, see code below:
This procedure checks the first word for each error in an array. With this first word (in lowercase) it assigns the whole error string to a dictionary key. The problem with this is that it is language and content dependent. Instead, send a better format for this from the back-end or find a fitting front-end solution.
Bug display and/or description The current implementation of error handling is very poor. It is sensitive to changes in language and unnecessarily complex. For example, see code below:
This procedure checks the first word for each error in an array. With this first word (in lowercase) it assigns the whole error string to a dictionary key. The problem with this is that it is language and content dependent. Instead, send a better format for this from the back-end or find a fitting front-end solution.
Reproduce
Branch