Put file cache label column first

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-09-01 15:34:31 -04:00
parent 4384452423
commit d190dbca03

View File

@@ -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
)