X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1827e2044aff826e63826880b296a59c4a17e2a..25e646a708d1d91aebcf8db80b8ae1fafa044034:/apps/workbench/app/controllers/collections_controller.rb diff --git a/apps/workbench/app/controllers/collections_controller.rb b/apps/workbench/app/controllers/collections_controller.rb index d4ea86c535..e01151ca40 100644 --- a/apps/workbench/app/controllers/collections_controller.rb +++ b/apps/workbench/app/controllers/collections_controller.rb @@ -273,15 +273,6 @@ class CollectionsController < ApplicationController sharing_popup end - def update - @updates ||= params[@object.resource_param_name.to_sym] - if @updates && (@updates.keys - ["name", "description"]).empty? - # exclude manifest_text since only name or description is being updated - @object.manifest_text = nil - end - super - end - protected def find_usable_token(token_list)