0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/test/regression/api/canary
Fabien 'egg' O'Carroll 854a41e556
🐛 Fixed CSV import json-schema email validation (#12239)
no-issue

By using the "email" validation, we were validating emails in CSV
imports using a different validator to the rest of the API. AJV's built
in email validation was failing on emails with "special" characters,
such as letters with an umlaut above them.

This commit brings the validation for CSV imports in line with the rest
of the API.
2020-09-29 12:51:35 +01:00
..
admin 🐛 Fixed CSV import json-schema email validation (#12239) 2020-09-29 12:51:35 +01:00
content Fixed regression tests for Tags APIs 2020-08-31 21:09:12 +12:00