Define the unicode() function for HTSUser to also report the users full name.
[htsworkflow.git] / htsworkflow / frontend / samples / views.py
index 20c3d98bd5171821dedc8e535eccab73b101b2dd..a14b22ccb6a92c7983d52ea0cfc0967ab26b901e 100644 (file)
@@ -382,6 +382,7 @@ def _make_eland_results(flowcell_id, lane, interesting_flowcells):
         result_path = cur_fc[cycle]['eland_results'].get(lane, None)
         result_link = make_result_link(fc_id, cycle, lane, result_path)
         results.append({'flowcell_id': fc_id,
+                        'run_date': flowcell.run_date,
                         'cycle': cycle, 
                         'lane': lane, 
                         'summary_url': make_summary_url(flowcell_id, cycle),