Skip to content

Commit

Permalink
New UI: List view improvements #1123
Browse files Browse the repository at this point in the history
  • Loading branch information
picman committed Nov 10, 2020
1 parent 524aca0 commit b65ae91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/dmsf_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class DmsfQuery < Query

# Standard columns
self.available_columns = [
QueryColumn.new(:id, sortable: 'id', caption: +'#', frozen: false),
QueryColumn.new(:id, sortable: 'id', caption: +'#'),
DmsfTitleQueryColumn.new(:title, sortable: 'title', frozen: true),
QueryColumn.new(:size, sortable: 'size'),
DmsfModifiedQueryColumn.new(:modified, sortable: 'updated'),
Expand Down

0 comments on commit b65ae91

Please sign in to comment.