Put file cache label column first
Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -47,8 +47,8 @@ class FileCachingConfig(MayanAppConfig):
|
||||
)
|
||||
)
|
||||
|
||||
SourceColumn(attribute='name', is_sortable=True, source=Cache)
|
||||
SourceColumn(attribute='label', is_sortable=True, source=Cache)
|
||||
SourceColumn(attribute='name', is_sortable=True, source=Cache)
|
||||
SourceColumn(
|
||||
attribute='storage_instance_path', is_sortable=True, source=Cache
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user