mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: allow title overridable
This commit is contained in:
@@ -213,6 +213,10 @@ SQL
|
||||
self.name ||= val
|
||||
end
|
||||
|
||||
def default_allow_title=(val)
|
||||
self.allow_title ||= val
|
||||
end
|
||||
|
||||
def default_badge_grouping_id=(val)
|
||||
# allow to correct orphans
|
||||
if !self.badge_grouping_id || self.badge_grouping_id < 0
|
||||
|
||||
Reference in New Issue
Block a user