Ghost/ghost/admin
Kevin Ansfield 6a447a1598 🐛 Fixed "Send" publish type not being reset when closing publish menu
refs https://github.com/TryGhost/Team/issues/1151

- we were setting `emailOnly` on the publish menu component but not resetting it meaning when you re-opened the menu after previously selecting "Send" the menu would still show "Send" but the state was inconsistent because the underlying `distributionAction` property _was_ reset
- dropped setting `emailOnly` directly in favour of making it a computed property based on `distributionAction === 'send'` so we only have to worry about changing distribution action and everything else updates for us automatically
2021-10-18 13:24:59 +01:00
..
.github Fixed notifications for build failures 2021-08-16 15:53:22 +01:00
app 🐛 Fixed "Send" publish type not being reset when closing publish menu 2021-10-18 13:24:59 +01:00
config Added Sentry error tracking for unhandled exceptions and API errors 2021-05-26 17:01:32 +01:00
lib Added offer urls to email cta card 2021-10-12 17:03:45 +05:30
mirage Fixed offer tests 2021-10-11 13:52:42 +05:30
public/assets Added all official themes to the new change theme screen 2021-10-13 16:36:26 +01:00
tests Fixed offer tests 2021-10-11 13:52:42 +05:30
.csscomb.json
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore Updated gitignore to exclude IDE files 2021-06-09 15:42:13 +05:30
.watchmanconfig
ember-cli-build.js Initial ember-promise-modals implementation 2021-09-13 13:01:12 +01:00
ember-cli-update.json
Gruntfile.js
LICENSE
package.json v4.19.0 2021-10-15 16:23:18 +01:00
README.md
renovate.json Removed ember-testing group from Renovate config 2021-05-12 15:52:17 +01:00
SECURITY.md
testem.js
yarn.lock Update dependency @tryghost/members-csv to v1.1.7 (#2100) 2021-10-13 09:12:34 +01:00

Ghost-Admin

This is the home of Ember.js based admin client that ships with Ghost.

Do you want to set up a Ghost blog? Check the getting started guide

Do you want to modify or contribute to Ghost-Admin? Please read how to install from source and swing by our forum if you need any help 😄

Have a bug or issue?

Bugs and issues (even if they only affect the admin client) should be opened on the core Ghost repository.

Copyright & License

Copyright (c) 2013-2021 Ghost Foundation - Released under the MIT license. Ghost and the Ghost Logo are trademarks of Ghost Foundation Ltd. Please see our trademark policy for info on acceptable usage.