X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ea207f51cc332a178829b5e31cf04f6f8ff76c6c..e5c80c80ade40c3360f49eb70a9db8464ffa9169:/app/controllers/changeset_controller.rb?ds=sidebyside diff --git a/app/controllers/changeset_controller.rb b/app/controllers/changeset_controller.rb index 0aeaf200d..45b5f80f9 100644 --- a/app/controllers/changeset_controller.rb +++ b/app/controllers/changeset_controller.rb @@ -446,7 +446,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