3821: The "Remove selected files" option should only be presented if the user can...
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index 0dc16fbb44561c183b338e5b0272f9380565acc6..056f12f6c8e70faa77f45d5f5d356439d528a1ec 100644 (file)
@@ -274,7 +274,7 @@ module ApplicationHelper
       "data-placement" => "bottom",
       "data-type" => input_type,
       "data-title" => "Edit #{attr.to_s.gsub '_', ' '}",
-      "data-name" => htmloptions['selection_path'] || attr,
+      "data-name" => htmloptions['selection_name'] || attr,
       "data-object-uuid" => object.uuid,
       "data-toggle" => "manual",
       "data-value" => htmloptions['data-value'] || attrvalue,