]> git.openstreetmap.org Git - osqa.git/commit
Changing the statement that checks if the content has to be deleted/hidden. We should...
authorjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 27 Mar 2011 16:25:04 +0000 (16:25 +0000)
committerjordan <jordan@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Sun, 27 Mar 2011 16:25:04 +0000 (16:25 +0000)
commit63c09245e8d317fa7618d1dae0fda1985e75c064
tree57736a89a8251bbcaf7a30db4c950505f5c6a8e4
parent15f6ccf06354856b10422407037320b4e064d727
Changing the statement that checks if the content has to be deleted/hidden. We should use >= instead of ==. Let's imagine that firstly the admin configured OSQA to delete Answers that have been flagged 10 times, the answer has been flagged 8 times and then the admin changes that setting to 5 times. What happens with the answer that has been flagged 8 times? It will never be automatically deleted by the system.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@900 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/actions/meta.py