Missed extra search field
This commit is contained in:
		
							parent
							
								
									c4b8911cc4
								
							
						
					
					
						commit
						e5a3edb75e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -71,7 +71,7 @@ class StorageLocationAdmin(admin.ModelAdmin):
 | 
			
		|||
    list_display = ('__str__', 'facility', 'building', 'room', 'freezer', 'temp_c',
 | 
			
		||||
        'description', 'sort_order')
 | 
			
		||||
    list_display_links = ('__str__',)
 | 
			
		||||
    search_fields = ('__str__', 'facility', 'building', 'room', 'freezer', 'temp_c',
 | 
			
		||||
    search_fields = ('facility', 'building', 'room', 'freezer', 'temp_c',
 | 
			
		||||
        'description')
 | 
			
		||||
    list_per_page = 25
 | 
			
		||||
    fields = ('facility', 'building', 'room', 'freezer', 'temp_c',
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue