X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/04bce28b705a6ca33d2c9b19aa783f588a99c8e0..57d5e8e0f8e8c3871e2d95d14e3088c0a3f41a9b:/apps/workbench/app/views/application/_selection_checkbox.html.erb diff --git a/apps/workbench/app/views/application/_selection_checkbox.html.erb b/apps/workbench/app/views/application/_selection_checkbox.html.erb index a234e9f656..47e1dfdecf 100644 --- a/apps/workbench/app/views/application/_selection_checkbox.html.erb +++ b/apps/workbench/app/views/application/_selection_checkbox.html.erb @@ -11,6 +11,7 @@ fn = String.new fn %> <%= check_box_tag 'uuids[]', object.uuid, false, { :class => 'persistent-selection', + :id => object.uuid, :friendly_type => object.class.name, :friendly_name => fn, :href => "#{url_for controller: object.class.name.tableize, action: 'show', id: object.uuid }",