Ghost/ghost/admin/app/components/editor-labs
Kevin Ansfield bee7760815 Added default recipient settings handling to publishing flow
closes https://github.com/TryGhost/Team/issues/1593

- swapped `recipientFilter` for `selectedRecipientFilter` tracked property with a default value of `undefined`
- added `defaultRecipientFilter` getter that uses settings and post attributes to return a filter string that matches the defined default recipient settings
- added `recipientFilter` getter to replace the previous tracked property, this checks `selectedRecipientFilter` being `undefined` and will return `defaultRecipientFilter` instead
  - changing the filter updates `selectedRecipientFilter` acting as an override of the default
  - keeping `recipientFilter` naming means the options part of the flow requires no changes
2022-05-05 18:18:54 +01:00
..
modals Fixed email wording showing on update-flow incorrectly 2022-05-05 16:08:45 +01:00
publish-options Updated members count to use selected newsletter when publishing 2022-05-05 17:17:23 +02:00
publish-management.hbs Added scheduled and published states to new publish flow 2022-05-05 16:02:58 +01:00
publish-management.js Added default recipient settings handling to publishing flow 2022-05-05 18:18:54 +01:00