Add library adapter type to filter choices,
authorDiane Trout <diane@caltech.edu>
Tue, 18 Oct 2011 18:49:53 +0000 (11:49 -0700)
committerDiane Trout <diane@caltech.edu>
Tue, 18 Oct 2011 18:49:53 +0000 (11:49 -0700)
reorder the list of filters a bit

htsworkflow/frontend/samples/admin.py

index bcd77e2ca26e9db6d51ece2e41a33862ee92e686..e31f5810f87c3548847db489214173fd85bacb54 100644 (file)
@@ -125,12 +125,14 @@ class LibraryOptions(admin.ModelAdmin):
     )
     list_filter = (
         'hidden',
-        'affiliations',
-        'library_species',
         'experiment_type',
+        'library_type',
+        #'cell_line',
+        'stopping_point',
         'made_by',
-        'cell_line',
-        'stopping_point',)
+        'library_species',
+        'affiliations',
+        )
     list_display_links = ('id', 'library_name',)
     fieldsets = (
       (None, {