Ghost/core/frontend/services/url
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
..
configs Fixed filter in url config for posts 2019-10-21 12:20:39 +07:00
index.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
Queue.js Added /frontend folder to default lint command 2019-08-08 10:47:13 +02:00
Resource.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
Resources.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
UrlGenerator.js 🏗 Migrated posts.page column to posts.type (#11111) 2019-09-16 11:51:54 +01:00
Urls.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00
UrlService.js Extracted frontend folder (#10780) 2019-06-19 11:30:28 +02:00