Add filter on room to Slot admin
This commit is contained in:
		
							parent
							
								
									c15848bfce
								
							
						
					
					
						commit
						23f4a38126
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								vendor/symposion/schedule/admin.py
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/symposion/schedule/admin.py
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -26,7 +26,7 @@ class SlotRoomInline(admin.TabularInline):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class SlotAdmin(admin.ModelAdmin):
 | 
					class SlotAdmin(admin.ModelAdmin):
 | 
				
			||||||
    list_filter = ("day", "kind","exclusive")
 | 
					    list_filter = ("day", "kind","exclusive","slotroom__room")
 | 
				
			||||||
    list_display = ("day", "start", "end", "kind", "room_names",
 | 
					    list_display = ("day", "start", "end", "kind", "room_names",
 | 
				
			||||||
                    "content_override","exclusive")
 | 
					                    "content_override","exclusive")
 | 
				
			||||||
    list_editable = ("exclusive",)
 | 
					    list_editable = ("exclusive",)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue