0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test/regression/api/admin
Simon Backx c052652559
Updated settings API to return all settings in edit endpoint (#14889)
refs https://github.com/TryGhost/Team/issues/1650

Since we introduced calculated settings, we need to return all settings when editing a setting, because those calculated settings can change.

- When editing settings, return all the settings. Previously we didn't include the calculated settings (which caused issues with admin not having up to date values for those)
- Updated Stripe <head> script to be injected based on the calculated settings

Required for https://github.com/TryGhost/Admin/pull/2405
2022-05-24 16:42:15 +02:00
..
__snapshots__ Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
authentication.test.js Renamed reset_all_passwords Authentication API endpoint to /global_password_reset 2022-04-28 15:37:11 +01:00
db.test.js Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
identities.test.js
images.test.js
members-importer.test.js Updated all members tests to use mockManager 2022-02-10 12:21:05 +00:00
members-signin-url.test.js Fixed filename casing in canary API 2022-03-24 17:25:53 +00:00
notifications.test.js
pages.test.js
posts.test.js Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
redirects.test.js
schedules.test.js Cleaned up schedules test suite from author_id field 2022-05-09 20:43:19 +08:00
settings.test.js Updated settings API to return all settings in edit endpoint (#14889) 2022-05-24 16:42:15 +02:00
slack.test.js
update-user-last-seen.test.js Fixed last_seen updated for suspended users (#14715) 2022-05-10 13:34:12 +02:00
users.test.js Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
utils.js Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
webhooks.test.js Aliased canary endpoints to point to non-versioned URLs 2022-03-14 21:22:54 +13:00