client/posts: fix mass tag not sending version

This commit is contained in:
rr- 2016-08-08 17:45:41 +02:00
parent 79b3973f9e
commit 46435182f6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const PostsPageView = require('../views/posts_page_view.js');
const fields = [ const fields = [
'id', 'thumbnailUrl', 'type', 'id', 'thumbnailUrl', 'type',
'score', 'favoriteCount', 'commentCount', 'tags']; 'score', 'favoriteCount', 'commentCount', 'tags', 'version'];
class PostListController { class PostListController {
constructor(ctx) { constructor(ctx) {