X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d7fdbbab1f67d696906afe7a6e17e17997e1c064..6bcb827b1405ce8ca5d767108bc4356ecc2972f4:/apps/workbench/app/helpers/application_helper.rb diff --git a/apps/workbench/app/helpers/application_helper.rb b/apps/workbench/app/helpers/application_helper.rb index 66b7ed662a..cfe7f19187 100644 --- a/apps/workbench/app/helpers/application_helper.rb +++ b/apps/workbench/app/helpers/application_helper.rb @@ -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)