0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/ghost/admin
Kevin Ansfield 2768dc74ad Fixed emails not being sent when using new publish flow
no issue

- `this.willEmail` was changed to include the post status as we only allow sending an email for draft posts but that meant the order of operations in the save task was wrong because we checked `willEmail` _after_ changing the status on a post meaning the newsletter/recipient filter query params were never attached when publishing
2022-05-09 14:11:17 +01:00
..
.github Update codecov/codecov-action action to v3 2022-04-25 21:19:01 +01:00
app Fixed emails not being sent when using new publish flow 2022-05-09 14:11:17 +01:00
config
lib
mirage Renamed passwordreset body object to password_reset 2022-04-28 15:33:09 +01:00
public/assets Made copy changes to publishing flow 2022-05-06 17:10:08 +01:00
tests Updated newsletter recipientFilter to use slugs instead of instead 2022-05-05 17:37:34 +02:00
.csscomb.json
.editorconfig
.ember-cli
.eslintignore
.eslintrc.js
.gitignore
.lint-todo Switched Admin client to use avatars returned by the member API (#2373) 2022-05-09 13:29:45 +01:00
.lint-todorc.js Reset linter warnings with longer decay times 2022-05-09 12:57:19 +01:00
.template-lintrc.js Added disabled newsletter dropdown to scheduled state of publish menu (#2357) 2022-04-27 10:49:55 +01:00
.watchmanconfig
ember-cli-build.js Replaced white/black list terminology 2022-05-09 12:23:20 +01:00
ember-cli-update.json
Gruntfile.js
LICENSE
package.json v4.46.0 2022-04-28 15:29:17 +01:00
README.md
renovate.json
SECURITY.md
testem.js
yarn.lock Update dependency grunt-shell to v4 (#2311) 2022-04-25 10:11:25 +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-2022 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.