mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
committed by
GitHub
parent
6de00f89c2
commit
1f72152e47
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user