0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services/themes
Kevin Ansfield 4235753e95 🐛 Fixed "Cannot destructure property" error when overwriting active theme
refs https://github.com/TryGhost/action-deploy-theme/issues/45

- added missing `throw error` in the `setFromZip()` catch which was hiding the underlying error when a theme uploaded and saved successfully but other code had failed
- fixed incorrect method name `activator.activateFromOverride` -> `activator.activateFromAPIOverride`
2021-07-09 19:27:49 +01:00
..
activate.js Rework the themeService public API 2021-07-07 15:02:02 +01:00
activation-bridge.js Moved bridge.activateTheme calls into one place 2021-07-07 15:02:02 +01:00
index.js Rework the themeService public API 2021-07-07 15:02:02 +01:00
list.js Moved theme service to core/server 2021-04-27 15:14:49 +01:00
loader.js Refactored theme service to use async/await 2021-07-07 12:28:55 +01:00
storage.js 🐛 Fixed "Cannot destructure property" error when overwriting active theme 2021-07-09 19:27:49 +01:00
ThemeStorage.js Moved theme service to core/server 2021-04-27 15:14:49 +01:00
to-json.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
validate.js Refactored theme index to use async/await 2021-07-07 15:02:01 +01:00