Ghost/ghost/members-api
Simon Backx 0825a2d7f4
🐛 Fixed importing existing member resetting newsletters (#16017)
fixes https://github.com/TryGhost/Team/issues/2386

**Issue:**
- When trying to import a member that already exists, and has
'subscribed' set to 'true' in the CSV, the newsletters the member is
subscribed to are reset to the default newsletters.
- When ediging a member with the API and setting `subscribed` to true,
the same happens.

**Cause:**
A faulty check for the `status` property of a newsletter.

Fixed and added a new E2E test.
2022-12-15 17:45:11 +01:00
..
lib 🐛 Fixed importing existing member resetting newsletters (#16017) 2022-12-15 17:45:11 +01:00
test 🐛 Fixed broken redemption count for offers (#15954) 2022-12-07 14:30:11 +05:30
.eslintrc.js Removed trailing commas from .eslintrc.js 2021-07-14 12:04:46 +01:00
index.js Fixed index.js require 2021-07-15 18:06:45 +01:00
package.json Updated @tryghost dependencies (#16005) 2022-12-14 11:18:55 +07:00