17111: Deselect unsigned_manifest_text by default in groups#contents.
[arvados.git] / services / api / app / controllers / arvados / v1 / groups_controller.rb
index 3e238a5adadb0223449d326cdbe0377a86e977d9..732d102be24a91ad0a0b86e25bbb4cfe8d532070 100644 (file)
@@ -268,7 +268,7 @@ class Arvados::V1::GroupsController < ApplicationController
       @select = nil
       where_conds = filter_by_owner
       if klass == Collection
-        @select = klass.selectable_attributes - ["manifest_text"]
+        @select = klass.selectable_attributes - ["manifest_text", "unsigned_manifest_text"]
       elsif klass == Group
         where_conds = where_conds.merge(group_class: "project")
       end