FIX: category settings shouldn't limit tag input size
This commit is contained in:
parent
4e4b1cb4a3
commit
fa9d8bd8bd
|
@ -313,7 +313,7 @@ SQL
|
||||||
end
|
end
|
||||||
|
|
||||||
def allowed_tags=(tag_names_arg)
|
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
|
end
|
||||||
|
|
||||||
def allowed_tag_groups=(group_names)
|
def allowed_tag_groups=(group_names)
|
||||||
|
|
Loading…
Reference in New Issue