0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-17 23:44:39 -05:00
ghost/test/e2e-api
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
..
admin 🐛 Updated support email verification flow (#15029) 2022-07-15 14:43:52 +02:00
content 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
members 🐛 Fixed Stripe Checkout for Members w/ existing subscriptions (#14953) 2022-06-01 15:53:05 +01:00
members-comments Handle comment replies in the browse API 2022-07-12 10:24:02 +02:00
shared Exposed comments_enabled setting publicly 2022-07-12 10:24:02 +02:00