0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/models
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
..
base 🐛 Fixed API excerpt field issue (#15005) 2022-07-06 17:57:04 +02:00
relations Removed outdated usecase from documentation 2022-05-26 10:59:29 +08:00
action.js
api-key.js Update dependency @tryghost/security to v0.3.0 (#14718) 2022-05-06 17:53:10 +01:00
author.js
benefit.js
comment-like.js Added comments API like and unlike actions 2022-07-12 10:24:02 +02:00
comment.js Added support for blockquote in comments 2022-07-12 10:24:02 +02:00
custom-theme-setting.js
email-batch.js
email-recipient.js
email.js Filtered member email recipients based on the newsletter subscriptions (#14489) 2022-04-26 12:31:34 +01:00
index.js
integration.js Added frontend key to ghost_head for portal (#14782) 2022-05-11 17:34:31 +01:00
invite.js
label.js Replaced white/black list terminology 2022-04-19 11:19:59 +01:00
member-analytic-event.js
member-cancel-event.js Added the MemberCancelEvent model 2022-03-11 21:50:06 +01:00
member-email-change-event.js
member-login-event.js
member-paid-subscription-event.js
member-payment-event.js
member-product-event.js
member-status-event.js
member-stripe-customer.js
member-subscribe-event.js Added newsletter relation to subscribe events (#14585) 2022-04-27 16:44:27 +02:00
member.js Added comment related fields to members table 2022-07-08 15:46:11 +02:00
mobiledoc-revision.js
newsletter.js Renamed newsletter_id and email_recipient_filter options (#14798) 2022-05-16 10:18:04 +02:00
offer-redemption.js
offer.js
permission.js
post.js Added support for publishing email only posts by setting status to sent (#14950) 2022-06-01 14:53:55 +02:00
posts-meta.js
product.js Switched products.visible for products.visibility (#14264) 2022-03-04 11:07:38 +00:00
role.js Replaced white/black list terminology 2022-04-19 11:19:59 +01:00
session.js
settings.js Switch settings.edit to use an allow list 2022-05-16 15:07:31 +01:00
single-use-token.js
snippet.js
stripe-customer-subscription.js Added mrr column to subscriptions (#14448) 2022-04-12 11:02:18 +02:00
stripe-price.js
stripe-product.js
tag-public.js
tag.js 🐛 Fixed tag url field when explicitly querying fields 2022-07-15 15:11:24 +01:00
user.js Added users.comment_notifications field 2022-07-08 15:46:11 +02:00
webhook.js Changed webhooks to store safe version 2022-05-06 12:43:14 +01:00