0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/data
Rishabh Garg 84d0a46c6e
Removed "from address" overwrite in importer (#11914)
refs https://github.com/TryGhost/Ghost/issues/11414

- Importing data currently overwrites the existing "from address" with new value
- "from address" needs to go through email validation flow before update which was bypassed
- Updates importer to not allow overwrite for "from address" and use existing
- Adds test for "from address" overwrite
2020-06-15 12:22:55 +05:30
..
db Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
exporter Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
importer Removed "from address" overwrite in importer (#11914) 2020-06-15 12:22:55 +05:30
meta Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
schema Added permission for auth:members_stripe_connect 2020-06-02 15:28:42 +02:00
validation Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
xml/sitemap Removed final non-destructured imports of core/server/lib/common (#11858) 2020-05-28 17:54:18 +01:00