mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
6c079daafa
no issue Only Admins/Owners can browse members to get member counts but Editors/Authors are allowed to send email. This means we need to account for the count figures being missing. - added guard to the total member count fetch in `PublishOptions` - guard needed because the failed API request would abort setup - when the current user isn't an admin, set the total member count to 1 to avoid email options being disabled - added guard in the `{{members-count-fetcher}}` resource so we're not triggering API errors and the count is kept as `null` so it's handled automatically if passed to `{{gh-pluralize}}` - updated `<GhMembersRecipientSelect>` to not show counts (or the surrounding `()`) when the count is `null` |
||
---|---|---|
.. | ||
admin |