X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ec02bcdb21d258bb35a6100ac53f2d633d56ccc..a2a0db9ee2dd0a957ce0274e26c66f135a2e3a31:/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