0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/test/e2e-api
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
..
admin Updated settings API to return all settings in edit endpoint (#14889) 2022-05-24 16:42:15 +02:00
content Fixed minor weirdnesses with excerpts 2022-05-24 12:35:59 +01:00
members Added basic e2e test for Members API .well-known endpoint 2022-05-24 10:27:46 +08:00
shared Updated version test suite to play nicely with 5.0 2022-05-19 13:27:40 +08:00