mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
FIX: category settings shouldn't limit tag input size
This commit is contained in:
parent
4e4b1cb4a3
commit
fa9d8bd8bd
|
@ -313,7 +313,7 @@ SQL
|
|||
end
|
||||
|
||||
def allowed_tags=(tag_names_arg)
|
||||
DiscourseTagging.add_or_create_tags_by_name(self, tag_names_arg)
|
||||
DiscourseTagging.add_or_create_tags_by_name(self, tag_names_arg, {unlimited: true})
|
||||
end
|
||||
|
||||
def allowed_tag_groups=(group_names)
|
||||
|
|
Loading…
Reference in New Issue
Block a user