0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test
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
..
e2e-api Updated settings API to return all settings in edit endpoint (#14889) 2022-05-24 16:42:15 +02:00
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Fixed failing checkout session creation for offers (#14855) 2022-05-18 15:10:07 +05:30
e2e-server 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
integration Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
regression Updated settings API to return all settings in edit endpoint (#14889) 2022-05-24 16:42:15 +02:00
unit Updated settings API to return all settings in edit endpoint (#14889) 2022-05-24 16:42:15 +02:00
utils Added products and Stripe data to exports and imports (#14873) 2022-05-20 21:13:58 +01:00
.eslintignore Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
.eslintrc.js Upgraded no-skipped-test rule to error 2021-05-26 14:57:43 +01:00
.jshintrc