0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/test
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
..
e2e-api 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
e2e-browser Added note about installing the E2E browsers 2022-02-22 10:20:40 +01:00
e2e-frontend Member Counter template helpers (#15013) 2022-07-14 10:10:02 +02:00
e2e-server 🐛 Fixed signing key identificaiton in JWKs 2022-05-24 12:20:30 +01:00
e2e-webhooks Updated webhook snapshots 2022-07-13 23:05:27 +12:00
integration Added comment CRUD+Moderate permissions 2022-07-08 15:46:11 +02:00
regression Added post tag assignment on user deletion 2022-07-13 03:06:04 +12:00
unit 🐛 Updated support email verification flow (#15029) 2022-07-15 14:43:52 +02:00
utils Fixed comments fixtures being created in parallel 2022-07-12 15:59:55 +02:00
.eslintignore Updated casper test fixture to latest version 2022-01-25 14:10:53 +00:00
.eslintrc.js
.jshintrc