From: Diane Trout Date: Thu, 12 Mar 2009 00:54:07 +0000 (+0000) Subject: allow searching by cluster station or sequencer name on the flowcell admin page X-Git-Tag: 0.2.0.2~14 X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=f54ba4adbc15190fd4ae8f216830f2e68eb63b15 allow searching by cluster station or sequencer name on the flowcell admin page --- diff --git a/htsworkflow/frontend/experiments/admin.py b/htsworkflow/frontend/experiments/admin.py index 4928a2d..2cf7111 100644 --- a/htsworkflow/frontend/experiments/admin.py +++ b/htsworkflow/frontend/experiments/admin.py @@ -29,8 +29,8 @@ class FlowCellOptions(admin.ModelAdmin): date_hierarchy = "run_date" save_on_top = True search_fields = ('flowcell_id', - #'sequencer', - #'cluster_station', + 'sequencer__name', + 'cluster_station__name', '=lane_1_library__library_id', '=lane_2_library__library_id', '=lane_3_library__library_id',