mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-20 17:32:15 +03:00
bee7760815
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 |
||
---|---|---|
.. | ||
modals | ||
publish-options | ||
publish-management.hbs | ||
publish-management.js |