mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
feaf5d0c91
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. |
||
---|---|---|
.. | ||
e2e-api | ||
e2e-browser | ||
e2e-frontend | ||
e2e-server | ||
e2e-webhooks | ||
integration | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.js | ||
.jshintrc |