Merge branch 'origin-3609-arv-run' into master closes #3609
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index 66b7ed662abd86416f13e4b45a10faa5a786d8e0..cfe7f19187a064bb19759950778fd72a890854ae 100644 (file)
@@ -269,6 +269,8 @@ module ApplicationHelper
           display_value = link.name
         elsif value_info[:link_name]
           display_value = value_info[:link_name]
+        elsif value_info[:selection_name]
+          display_value = value_info[:selection_name]
         end
       end
       if (attr == :components) and (subattr.size > 2)