mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
6a057fad99
We want to allow admin users to trigger a retry of failed emails without having to go through the unpublish/republish dance. - fixed resource identifier in email permissions migration so email permissions are added correctly - added new email permissions migration so that beta releases can be upgraded without rollback (will be a no-op for any non-beta upgrades) - added `/emails/:id/retry/` canary Admin API endpoint - follows same URL pattern as theme activation - only triggers mega service retry endpoint if the email has a `'failed'` status |
||
---|---|---|
.. | ||
01-add-send-email-when-published-to-posts.js | ||
02-add-email-subject-to-posts-meta.js | ||
03-add-email-preview-permissions.js | ||
04-add-subscribed-flag-to-members.js | ||
05-add-emails-table.js | ||
06-add-email-permissions.js | ||
07-add-uuid-field-to-members.js | ||
08-add-uuid-values-to-members.js | ||
09-add-further-email-permissions.js |