Ghost/ghost/admin/app/models
Kevin Ansfield c4ad61ac0f Added disabled newsletter dropdown to scheduled state of publish menu (#2357)
no issue

If you scheduled a post to a specific newsletter it was no longer visible in the scheduled state of the publish menu making it difficult to know the behaviour when coming back to a scheduled post.

- duplicated the newsletter dropdown from the draft to the scheduled state components and disabled it the same as the other recipient options
- added temporary workaround for missing newsletter embed for the posts endpoint in the API
  - adds `newsletterId` attribute to the post model
  - uses `post.newsletterId` to find the matching newsletter model from the available newsletters list
2022-04-27 10:49:55 +01:00
..
action.js
api-key.js
base.js
custom-theme-setting-list.js
custom-theme-setting.js
email-recipient.js
email.js
integration.js
invite.js
label.js
member-product.js
member-subscription.js
member.js Added newsletter management for member (#2336) 2022-04-14 20:10:04 +05:30
navigation-item.js
newsletter.js Added post and subscriber count to newsletters 2022-04-26 13:10:16 +01:00
notification.js
offer.js
page.js
post.js Added disabled newsletter dropdown to scheduled state of publish menu (#2357) 2022-04-27 10:49:55 +01:00
product-benefit-item.js
product.js
role.js
setting.js
slack-integration.js
snippet.js
stripe-price.js
tag.js
theme.js
user.js Added initial "publishOptions" setup 2022-04-22 17:56:49 +01:00
webhook.js