-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.0-dev
-
None
This issue has been encountered upon adding the new functional tests for the new avatar system.
While submitting incorrect data should cause us to see an error message, this currently does not happen. The issue is caused by the fact, that the avatar_error array is not merged into the error array until after the code passage that applies the newly added settings is executed.
However, due to the way errors are handled in the avatar code itself, the incorrect avatar settings will not be saved.