0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/lib/mobiledoc
Rishabh Garg d9a0c8732c Fixed error when saving unknown url in bookmark card (#11210)
no issue

- `payload.metadata` may not exist in a bookmark card because it's possible to save a mobiledoc document when the card is in it's "unable to parse url" state in the editor
- check for `payload.metadata` object before performing any url transformations to avoid invalid property access
2019-10-08 11:11:32 +01:00
..
atoms Removed more 'use strict' usages 2018-06-02 21:38:11 +02:00
cards Fixed error when saving unknown url in bookmark card (#11210) 2019-10-08 11:11:32 +01:00
converters 🔥 Dropped Node v6 support (#10771) 2019-06-03 14:20:23 +02:00
create-card.js Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
index.js