X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/abd564475c86af3359677af700b1d51667fd5c73..ae34bc2de285f5bce4a3a6537d454a62f2fa52e6:/apps/workbench/app/views/collections/_show_files.html.erb diff --git a/apps/workbench/app/views/collections/_show_files.html.erb b/apps/workbench/app/views/collections/_show_files.html.erb index cdc94c4041..26e71c8d5d 100644 --- a/apps/workbench/app/views/collections/_show_files.html.erb +++ b/apps/workbench/app/views/collections/_show_files.html.erb @@ -43,7 +43,7 @@ function unselect_all_files() {
- +

@@ -90,8 +90,7 @@ function unselect_all_files() { :href => url_for(controller: 'collections', action: 'show_file', uuid: @object.portable_data_hash, file: file_path), :title => "Include #{file_path} in your selections", - :id => index, - :autocomplete => "off", + :id => "#{@object.uuid}_file_#{index}", } %>   <% end %>