Fix #1867 missing tags column in default columns for document list

This commit is contained in:
Kijin Sung 2022-02-01 00:24:47 +09:00
parent 8d67f80283
commit 7e922cf2bc

View file

@ -655,7 +655,7 @@ class boardView extends board
// List of columns that should always be selected
$defaultColumnList = array(
'document_srl', 'module_srl', 'category_srl', 'lang_code', 'is_notice',
'title', 'title_bold', 'title_color', 'member_srl', 'nick_name', 'extra_vars',
'title', 'title_bold', 'title_color', 'member_srl', 'nick_name', 'tags', 'extra_vars',
'comment_count', 'trackback_count', 'uploaded_count', 'status', 'regdate', 'last_update',
);