X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28e6503a62fbbff41224843c8c39f4052242c8cd..a94ec93d3322320bbf075559c4693da816b815f4:/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)