X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f3ff36418b60a56f18525900720e6ff9d21f516d..1a8d73c0244a1455fc0d2fc24f1cbefdebedf1a1:/app/controllers/changeset_controller.rb diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 5a4dc36fb..8789476db 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -16,8 +16,6 @@ class ChangesetController < ApplicationController around_filter :api_call_handle_error, :except => [:list] around_filter :web_timeout, :only => [:list] - filter_parameter_logging " [:user, :changeset_tags], :conditions => conditions, @@ -444,7 +444,7 @@ private # eliminate empty changesets (where the bbox has not been set) # this should be applied to all changeset list displays def conditions_nonempty() - return ['min_lat IS NOT NULL'] + return ['num_changes > 0'] end end