mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Allow badges to be marked as "titleable".
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class BadgeSerializer < ApplicationSerializer
|
||||
attributes :id, :name, :description, :grant_count
|
||||
attributes :id, :name, :description, :grant_count, :allow_title
|
||||
|
||||
has_one :badge_type
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user