8784: Fix test for latest firefox.
[arvados.git] / apps / workbench / app / views / application / _selection_checkbox.html.erb
index a234e9f65696d94d0b11ff864b89949232dd9966..47e1dfdecff9454175ac6ead87e2766308e7140f 100644 (file)
@@ -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 }",