diff --git a/core/server/controllers/preview.js b/core/server/controllers/preview.js index d8a8241bf7..e9695b6fdc 100644 --- a/core/server/controllers/preview.js +++ b/core/server/controllers/preview.js @@ -11,7 +11,7 @@ module.exports = function previewController(req, res, next) { var params = { uuid: req.params.uuid, status: 'all', - include: 'authors,tags' + include: 'author,authors,tags' }; // Note: this is super similar to the config middleware used in channels