Skip to content

Commit ec81bf7

Browse files
authored
Merge pull request #2320 from broadinstitute/development
Release 1.105.0
2 parents d091efc + 1dbc3ab commit ec81bf7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+253
-2997
lines changed

app/controllers/admin_configurations_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def admin_configuration_params
409409
end
410410

411411
def user_params
412-
params.require(:user).permit(:id, :admin, :reporter)
412+
params.require(:user).permit(:id, :reporter)
413413
end
414414

415415
# parameters for service account profile

app/controllers/analysis_configurations_controller.rb

Lines changed: 0 additions & 179 deletions
This file was deleted.

app/controllers/api/v1/api_docs_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ class ApiDocsController < ActionController::Base
108108
StudyShare,
109109
StudyFileBundle,
110110
Taxon,
111-
AnalysisConfiguration,
112111
Publication,
113112
ExternalResource,
114113
UserAnnotation,

0 commit comments

Comments
 (0)