mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
Improve badge grouping UI
Start work on triggers
This commit is contained in:
@ -17,6 +17,12 @@ class Badge < ActiveRecord::Base
|
||||
# other consts
|
||||
AutobiographerMinBioLength = 10
|
||||
|
||||
module Triggers
|
||||
PostAction = 1
|
||||
ReadGuidelines = 2
|
||||
PostRevision = 4
|
||||
TrustLevelChange = 8
|
||||
end
|
||||
|
||||
module Queries
|
||||
|
||||
|
Reference in New Issue
Block a user