Wiki Editor badge is awarded multiple times

This looks like some bug, the badge itself is specifically not a multi grant badge:

https://github.com/discourse/discourse/blob/bed3f7f69a718a0b47199e09bc1570a3164597a8/db/fixtures/006_badges.rb#L240-L240

Looking at the query I can see it is not grabbing min id like the other badges we have defined.

https://github.com/discourse/discourse/blob/bed3f7f69a718a0b47199e09bc1570a3164597a8/lib/badge_queries.rb#L105-L112

I did a fix here which should improve it:

https://github.com/discourse/discourse/commit/40b6e278a08d58ffd9525c52318daac397465b37

9 Likes