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

View file

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