From 2d72307875579f5d76ff9c80b17235aca07ce9ad Mon Sep 17 00:00:00 2001 From: Radhika Chippada Date: Wed, 1 Apr 2015 10:32:48 -0400 Subject: [PATCH] 5420: remove search box autocomplete off update so that this can be addressed in a separate issue. --- apps/workbench/app/views/collections/_show_files.html.erb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 %> -- 2.30.2