diff --git a/app/views/hyrax/dashboard/collections/_form_share.html.erb b/app/views/hyrax/dashboard/collections/_form_share.html.erb index 00b9e7ba0..56af41494 100644 --- a/app/views/hyrax/dashboard/collections/_form_share.html.erb +++ b/app/views/hyrax/dashboard/collections/_form_share.html.erb @@ -28,6 +28,7 @@ Hyrax::Group.all.map { |g| [g.humanized_name, g.name] }, { prompt: "Select a group..." }, class: 'form-control' %> + <%= builder.select :access, access_options, { prompt: "Select a role..." }, @@ -54,6 +55,7 @@ <%= builder.hidden_field :agent_type %> <%= builder.text_field :agent_id, placeholder: "Search for a user..." %> + <%= builder.select :access, access_options, { prompt: "Select a role..." },