FEATURE: enable tagging by default (#13175)

Over the years we have found that a few communities never discovered tags.

Instead of having them default off we now have them default on, ensuring
that everyone finds out about them.

Co-authored-by: Dan Ungureanu <dan@ungureanu.me>
This commit is contained in:
Sam
2021-06-08 01:07:46 +10:00
committed by GitHub
parent 3477c8a2a9
commit 435c4817cb
5 changed files with 57 additions and 4 deletions

View File

@@ -106,6 +106,7 @@ describe Search do
it "includes custom tables" do
begin
SiteSetting.tagging_enabled = false
expect(Search.execute("test").posts[0].topic.association(:category).loaded?).to be true
expect(Search.execute("test").posts[0].topic.association(:tags).loaded?).to be false