Fix backend index table sorting
This commit is contained in:
parent
3a2bdeb804
commit
b1c8ceb7dd
|
@ -1,7 +1,7 @@
|
|||
class Admin::ArchiveFilesController < OrbitAdminController
|
||||
|
||||
def index
|
||||
@table_fields = ["Status","Category","Title"]
|
||||
@table_fields = [:status, :category, :title]
|
||||
@categories = @module_app.categories
|
||||
@tags = @module_app.tags
|
||||
@filter_fields = {
|
||||
|
|
Loading…
Reference in New Issue