Merge branch 'master' into 3106-modal-loading-indicator
[arvados.git] / apps / workbench / app / helpers / application_helper.rb
index 80eb16a1cedeb71d211741a020ef69c8b1e20e89..d1bac0c4cd2d1c8e24d60ef4c34327079643fd8b 100644 (file)
@@ -100,7 +100,7 @@ module ApplicationHelper
               else
                 link_name = object_for_dataclass(resource_class, link_uuid).andand.friendly_link_name
               end
-            rescue RuntimeError
+            rescue ArvadosApiClient::NotFoundException
               # If that lookup failed, the link will too. So don't make one.
               return attrvalue
             end