mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #1867 missing tags column in default columns for document list
This commit is contained in:
parent
8d67f80283
commit
7e922cf2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ class boardView extends board
|
||||||
// List of columns that should always be selected
|
// List of columns that should always be selected
|
||||||
$defaultColumnList = array(
|
$defaultColumnList = array(
|
||||||
'document_srl', 'module_srl', 'category_srl', 'lang_code', 'is_notice',
|
'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',
|
'comment_count', 'trackback_count', 'uploaded_count', 'status', 'regdate', 'last_update',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue