From: Diane Trout Date: Tue, 18 Oct 2011 18:49:53 +0000 (-0700) Subject: Add library adapter type to filter choices, X-Git-Tag: v0.5.5~83^2~1 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=082f5ec82969b99beedcafb9738808001dd87c14 Add library adapter type to filter choices, reorder the list of filters a bit --- diff --git a/htsworkflow/frontend/samples/admin.py b/htsworkflow/frontend/samples/admin.py index bcd77e2..e31f581 100644 --- a/htsworkflow/frontend/samples/admin.py +++ b/htsworkflow/frontend/samples/admin.py @@ -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, {