diff --git a/mayan/apps/file_caching/apps.py b/mayan/apps/file_caching/apps.py index 79bb81006a..2e87197712 100644 --- a/mayan/apps/file_caching/apps.py +++ b/mayan/apps/file_caching/apps.py @@ -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 )