Report hidden field in the library API
[htsworkflow.git] / htsworkflow / frontend / samples / views.py
index f278470734dd44f397bd51f7f850c3c2263c0fd5..3b8feccfafd2dec7b4fec09990d8ffd1cfc7439a 100644 (file)
@@ -526,6 +526,7 @@ def library_dict(library_id):
         'cell_line': unicode_or_none(lib.cell_line),
         'experiment_type': lib.experiment_type.name,
         'experiment_type_id': lib.experiment_type_id,
+        'hidden': lib.hidden,
         'id': lib.id,
         'lane_set': lane_info,
         'library_id': lib.id,