0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
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@076cd675cf Updated Admin to v5.3.1 2022-07-13 12:55:34 +01:00
cli Added docs for writing new commands 2022-05-17 17:16:44 +01:00
frontend Member Counter template helpers (#15013) 2022-07-14 10:10:02 +02:00
server 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
shared Added access-control-max-age to content API preflight requests (#15026) 2022-07-14 09:09:53 +02:00
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added WIP author email notifications for new comments 2022-07-12 10:24:02 +02:00
bridge.js Added build step for admin-auth asset files 2022-07-12 10:24:02 +02:00