]> git.openstreetmap.org Git - rails.git/blobdiff - app/models/report.rb
Remove vandalism as an option for reporting notes.
[rails.git] / app / models / report.rb
index fcfa61b98a794cd74a6d0833afbd991076be6bca..3507d699fadfd278cec9478988e27513921bf56d 100644 (file)
@@ -33,7 +33,7 @@ class Report < ActiveRecord::Base
     when "DiaryEntry" then %w[spam offensive threat other]
     when "DiaryComment" then %w[spam offensive threat other]
     when "User" then %w[spam offensive threat vandal other]
-    when "Note" then %w[spam vandalism personal abusive other]
+    when "Note" then %w[spam personal abusive other]
     else %w[other]
     end
   end