DEV: Remove usage of min_trust_to_create_topic SiteSetting (#24887)

Using min_trust_to_create_topic and create_topic_allowed_groups together was part of #24740

Now, when plugins specs are fixed, we can safely remove that part of logic.
This commit is contained in:
Krzysztof Kotlarek
2023-12-18 13:39:53 +11:00
committed by GitHub
parent 6de00f89c2
commit 1f72152e47
9 changed files with 13 additions and 16 deletions

View File

@@ -1483,7 +1483,7 @@ RSpec.describe PostsController do
expect(Topic.last.custom_fields).to eq({ "xyz" => "abc" })
end
xit "should add custom fields to topic that is permitted for a non-staff user via the deprecated `meta_data` param" do
it "should add custom fields to topic that is permitted for a non-staff user via the deprecated `meta_data` param" do
sign_in(user)
post "/posts.json",