3605: Dashboard compute node and pipeline status work in progress
[arvados.git] / apps / workbench / app / controllers / projects_controller.rb
index fce775836e032c80cebe9e6c95f6ed5032b4c9b2..1e06b0a9ea6b3c46778b9bcfc7e7ec29bff42a09 100644 (file)
@@ -213,13 +213,14 @@ class ProjectsController < ApplicationController
         objects_and_names << [object, @name_link_for[object.uuid]]
       elsif object.respond_to? :name
         objects_and_names << [object, object]
-      elsif not Collection.attribute_info.include?(:name)
+      else
         objects_and_names << [object,
                                Link.new(owner_uuid: @object.uuid,
                                         tail_uuid: @object.uuid,
                                         head_uuid: object.uuid,
                                         link_class: "name",
                                         name: "")]
+
       end
     end
     objects_and_names