mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-04 03:27:12 -05:00 
			
		
		
		
	fix sort field order
This commit is contained in:
		
							parent
							
								
									8268607a56
								
							
						
					
					
						commit
						052c8c5372
					
				@ -13,10 +13,10 @@ import { TagService } from './tag.service';
 | 
				
			|||||||
import { FILTER_RULE_TYPES } from 'src/app/data/filter-rule-type';
 | 
					import { FILTER_RULE_TYPES } from 'src/app/data/filter-rule-type';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export const DOCUMENT_SORT_FIELDS = [
 | 
					export const DOCUMENT_SORT_FIELDS = [
 | 
				
			||||||
  { field: "correspondent__name", name: $localize`Correspondent` },
 | 
					 | 
				
			||||||
  { field: "document_type__name", name: $localize`Document type` },
 | 
					 | 
				
			||||||
  { field: 'title', name: $localize`Title` },
 | 
					 | 
				
			||||||
  { field: 'archive_serial_number', name: $localize`ASN` },
 | 
					  { field: 'archive_serial_number', name: $localize`ASN` },
 | 
				
			||||||
 | 
					  { field: "correspondent__name", name: $localize`Correspondent` },
 | 
				
			||||||
 | 
					  { field: 'title', name: $localize`Title` },
 | 
				
			||||||
 | 
					  { field: "document_type__name", name: $localize`Document type` },
 | 
				
			||||||
  { field: 'created', name: $localize`Created` },
 | 
					  { field: 'created', name: $localize`Created` },
 | 
				
			||||||
  { field: 'added', name: $localize`Added` },
 | 
					  { field: 'added', name: $localize`Added` },
 | 
				
			||||||
  { field: 'modified', name: $localize`Modified` }
 | 
					  { field: 'modified', name: $localize`Modified` }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user