X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a31587cba5c2c38e0fc4f91981baf8bf2605664c..d353e9be958d39a1aaf6ca83f269d077c74c8848:/services/api/app/controllers/arvados/v1/collections_controller.rb diff --git a/services/api/app/controllers/arvados/v1/collections_controller.rb b/services/api/app/controllers/arvados/v1/collections_controller.rb index 18b88c4d47..5d7a7ae266 100644 --- a/services/api/app/controllers/arvados/v1/collections_controller.rb +++ b/services/api/app/controllers/arvados/v1/collections_controller.rb @@ -235,17 +235,4 @@ class Arvados::V1::CollectionsController < ApplicationController @select ||= model_class.selectable_attributes - ["manifest_text", "unsigned_manifest_text"] end end - - def load_filters_param - super - return if !params[:include_old_versions] - @filters = @filters.map do |col, operator, operand| - # Replace uuid filters when including past versions - if col == 'uuid' - ['current_version_uuid', operator, operand] - else - [col, operator, operand] - end - end - end end