0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/lib
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
..
common
fs
image
mobiledoc Fixed error when saving unknown url in bookmark card (#11210) 2019-10-08 11:11:32 +01:00
promise
security
url-utils Added transformer methods to mobiledoc cards 2019-10-07 22:59:19 +01:00
constants.js
ghost-version.js
request.js