mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/posts: fix mass tag not sending version
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user