]> git.openstreetmap.org Git - rails.git/blobdiff - app/abilities/api_capability.rb
Merge pull request #2427 from mmd-osm/patch/remove_expand_bbox
[rails.git] / app / abilities / api_capability.rb
index 64861f1d679cad8b962618909e86c31cfc9d2742..beb4d39bf3fa62ba20641899a89220cb91594b71 100644 (file)
@@ -14,7 +14,7 @@ class ApiCapability
       can [:update, :update_all, :destroy], UserPreference if capability?(token, :allow_write_prefs)
 
       if token&.user&.terms_agreed?
-        can [:create, :update, :upload, :close, :subscribe, :unsubscribe, :expand_bbox], Changeset if capability?(token, :allow_write_api)
+        can [:create, :update, :upload, :close, :subscribe, :unsubscribe], Changeset if capability?(token, :allow_write_api)
         can :create, ChangesetComment if capability?(token, :allow_write_api)
         can [:create, :update, :delete], Node if capability?(token, :allow_write_api)
         can [:create, :update, :delete], Way if capability?(token, :allow_write_api)