mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Independent technology for modern publishing, memberships, subscriptions and newsletters.
bloggingcmscreator-economyghosthacktoberfestheadless-cmsjamstackjavascriptjournalismnodejspublishingweb-application
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 |
||
---|---|---|
ghost/admin |