0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00
ghost/test/utils/fixtures
Nazar Gargol b8197023b3 🐛 Fixed ignored created_at and subscribed fields in Members API
closes #12156

- When adding new member through `POST /members` API or importing members with CSV importer `POST /members/upload` API created_at and subscribed were ignored
- Similar problem but only with `subscribed` field was present in `PUT /members/:id` API
- The regression was introduced with a bump of @tryghost/members-api to 0.26.0, specifically this change in upstream - a28bcc5b2a (diff-3daeef67d07a2a0f94c89a86cafcede9R44)
- Bumped @tryghost/members-api package to 0.28.2 fixing the underlying issue - 7b5f2e3cb7
2020-08-24 19:35:20 +12:00
..
config
csv 🐛 Fixed ignored created_at and subscribed fields in Members API 2020-08-24 19:35:20 +12:00
data 🐛 Fixed custom redirects for subdirectory setups 2020-06-16 10:24:13 +02:00
export Updated serializers/model layer validation using settings type 2020-06-30 17:38:36 +05:30
filter-param Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
images
import
settings
themes Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
data-generator.js Replaced constants file with @tryghost/constants 2020-08-11 12:51:16 +01:00
test.hbs