Changeset - 23f4a38126db
[Not reviewed]
0 1 0
James Polley - 7 years ago 2018-01-10 04:58:36
jp@jamezpolley.com
Add filter on room to Slot admin
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
vendor/symposion/schedule/admin.py
Show inline comments
...
 
@@ -26,7 +26,7 @@ class SlotRoomInline(admin.TabularInline):
 

	
 

	
 
class SlotAdmin(admin.ModelAdmin):
 
    list_filter = ("day", "kind","exclusive")
 
    list_filter = ("day", "kind","exclusive","slotroom__room")
 
    list_display = ("day", "start", "end", "kind", "room_names",
 
                    "content_override","exclusive")
 
    list_editable = ("exclusive",)
0 comments (0 inline, 0 general)