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