mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-22 18:31:57 +03:00
3c695064bd
refs https://github.com/TryGhost/Team/issues/2506 `email` objects no longer contain a `html` field and the fallback logic in the email preview modal was failing resulting in a 404 from trying to fetch an email preview using the email id rather than a post id. - added quick-fix to the preview modal logic to use `data.post_id || data.id` for generating the preview URL (previous logic never expected to reach the fallback when working with an email record) |
||
---|---|---|
.. | ||
design | ||
editor | ||
limits | ||
newsletters | ||
offers | ||
settings | ||
tiers | ||
confirm-unsaved-changes.hbs | ||
custom-view-form.hbs | ||
custom-view-form.js | ||
delete-post.hbs | ||
delete-post.js | ||
email-preview.hbs | ||
email-preview.js | ||
new-custom-integration.hbs | ||
new-custom-integration.js | ||
search.hbs | ||
search.js |