Ghost/core/frontend/services/url/configs
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
..
canary.js Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00
v2.js Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00
v3.js Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00