X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/db630762476d81af2aa2466cb2a036f7d7eaec75..45487e1ff8e7d334792440a2b5b3b1067269bfaf:/app/abilities/api_ability.rb diff --git a/app/abilities/api_ability.rb b/app/abilities/api_ability.rb index 217fe9713..62cd2b17e 100644 --- a/app/abilities/api_ability.rb +++ b/app/abilities/api_ability.rb @@ -37,7 +37,7 @@ class ApiAbility can [:index, :show, :update, :update_all, :destroy], UserPreference if user.terms_agreed? - can [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox], Changeset + can [:create, :update, :upload, :close, :subscribe, :unsubscribe], Changeset can :create, ChangesetComment can [:create, :update, :delete], Node can [:create, :update, :delete], Way