X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/78ddad37d72c6c3a728530dc6932fb91f7d81b87..06d6b29b121b80cb975e5d9d29a9a6f9b3763c47:/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)