Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions app/controllers/hyrax/data_sets_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class DataSetsController < DeepblueController
delegate :show_presenter, to: :class

before_action :assign_date_coverage, only: %i[create update]
before_action :assign_admin_set, only: %i[create update]
before_action :workflow_destroy, only: [:destroy]
before_action :provenance_log_update_before, only: [:update]
before_action :visiblity_changed, only: [:update]
Expand Down Expand Up @@ -85,15 +84,6 @@ def assign_date_coverage
params[PARAMS_KEY]['date_coverage'] = cov_interval ? cov_interval.edtf : ""
end

def assign_admin_set
admin_sets = Hyrax::AdminSetService.new(self).search_results(:deposit)
admin_sets.each do |admin_set|
if admin_set.id != "admin_set/default"
params[PARAMS_KEY]['admin_set_id'] = admin_set.id
end
end
end

# end date_coverage

## Globus
Expand Down
79 changes: 0 additions & 79 deletions app/presenters/hyrax/admin_set_options_presenter.rb

This file was deleted.

18 changes: 0 additions & 18 deletions app/views/hyrax/base/_form_relationships.html.erb

This file was deleted.