Ghost/ghost/admin/tests/acceptance/editor
Chris Raible 2a876ac7a8
🐛 Fixed UI bug when choosing email recipients (#16481)
- closes https://github.com/TryGhost/Team/issues/2786

- when trying to deselect all recipients, the UI would pass null as the filter to publish-options
- publish-options would then fallback to the default options, which is all recipients, and then the UI wouldn't update which made things even weirder
- we want to fallback to the default recipients when the recipientFilter is undefined (e.g. hasn't been set at all), but not when it is explicitly set to null (e.g. when the user has deselected all recipients)
2023-03-24 15:25:35 +05:30
..
lexical-test.js Added redirect between mobiledoc/lexical editors 2022-09-13 18:55:39 +01:00
post-email-preview-test.js 🎨 Add ability to send test email with chosen newsletter (#15783) 2023-01-09 17:48:30 +04:00
publish-flow-test.js 🐛 Fixed UI bug when choosing email recipients (#16481) 2023-03-24 15:25:35 +05:30