0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core
Rish d3c96ac04e Fixed filter in url config for posts
no issue

We use `visibility:public` filter for post url config for all API versions, which causes any post with non-public visibility to not get added in resource list. This means every time on server start/restart, fetching posts in theme will exclude any post not having `visibility:public` as it won't have a corresponding url resource added.

This fix was previously committed to master here - ff13821b27 - but got overwritten during `master` ->`v3` merge somewhere causing weird behavior with member posts on v3.
2019-10-21 12:20:39 +07:00
..
client@5699a56063 Updated Ghost-Admin to 3.0.0-beta.6 2019-10-20 16:11:09 +05:30
frontend Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00
server Added migration for subscriber labs flag 2019-10-17 16:58:46 +07:00
shared/nql-map-key-values 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
test 💄Updated fixtures for Ghost v3 content + assets (#11247) 2019-10-17 10:49:30 +02:00
index.js