johannschopplich / kirby-vue3-starterkit

✨ Kirby + Vue SPA starter: automatic routing, i18n, SEO and more!
MIT License
206 stars 19 forks source link

fix: draft preview from panel not working #39

Closed ghost closed 2 years ago

ghost commented 2 years ago

Draft previews are currently not working from within the panel, since the page() method is not able to find drafts. See https://getkirby.com/docs/reference/templates/helpers/page.

In order to only allow previews for logged in users the isReadable() method is used. See https://getkirby.com/docs/reference/objects/cms/page/is-readable.

ghost commented 2 years ago

@johannschopplich done!

johannschopplich commented 2 years ago

Thanks!