Skip to content

Commit 299abd5

Browse files
authored
Merge pull request #2321 from broadinstitute/jb-analysis-metadata-fix
Fixing bug with showing study details page (SCP-6064)
2 parents 1dbc3ab + 7b950ef commit 299abd5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/controllers/studies_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def show
4444
@primary_data = @study.directory_listings.primary_data
4545
@other_data = @study.directory_listings.non_primary_data
4646
@allow_downloads = !@study.detached
47-
@analysis_metadata = @study.analysis_metadata.to_a
4847
# load study default options
4948
set_study_default_options
5049
end

0 commit comments

Comments
 (0)