mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-05 19:34:34 +08:00
Add comment to constants
This commit is contained in:
parent
caab0cf55c
commit
68caf56ec2
1 changed files with 2 additions and 0 deletions
|
@ -866,6 +866,8 @@ class Constants
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
REPOSITORY_TABLE_DEFAULT_STATE.freeze
|
REPOSITORY_TABLE_DEFAULT_STATE.freeze
|
||||||
|
# For default custom column template, any searchable default
|
||||||
|
# column can be reused
|
||||||
REPOSITORY_TABLE_STATE_CUSTOM_COLUMN_TEMPLATE =
|
REPOSITORY_TABLE_STATE_CUSTOM_COLUMN_TEMPLATE =
|
||||||
REPOSITORY_TABLE_DEFAULT_STATE[:columns][1].deep_dup
|
REPOSITORY_TABLE_DEFAULT_STATE[:columns][1].deep_dup
|
||||||
.freeze
|
.freeze
|
||||||
|
|
Loading…
Add table
Reference in a new issue