0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/test/e2e-api/content
Fabien 'egg' O'Carroll feaf5d0c91
🐛 Fixed tag url field when explicitly querying fields
refs https://github.com/TryGhost/Ghost/issues/14983

The url field of tags is read dynamically from the url service, rather than
from the database. The lookup requires the id of the tag, which was missing
from the model when asking for explicit fields which didn't include id. By
adding the id as a default column to fetch, we know for sure that we will always
have the necessary data to read the url.
2022-07-15 15:11:24 +01:00
..
__snapshots__ Exposed comments_enabled setting publicly 2022-07-12 10:24:02 +02:00
authors.test.js Renamed testUtils.startGhost to localUtils.startGhost 2021-11-22 21:56:32 +13:00
key_authentication.test.js Update dependency @tryghost/mw-error-handler to v1 (#14719) 2022-05-07 15:28:28 +01:00
newsletters.test.js Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
offers.test.js Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
pages.test.js Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
posts.test.js 🐛 Fixed API excerpt field issue (#15005) 2022-07-06 17:57:04 +02:00
settings.test.js Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
tags.test.js 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
tiers.test.js Added possible fix for random test timeouts 2022-05-30 15:00:55 +02:00
utils.js Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00