client/posts: fix mass tag not sending version
This commit is contained in:
parent
79b3973f9e
commit
46435182f6
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue