mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Remove enable_quote_copy site setting (#31191)
This setting was introduced a year ago for
51016e56dd, which was
formerly a design experiment.
In practice on our hosting, noone has ever disabled this
setting, and it's for a useful feature. There is no
point keeping it.

This commit is contained in:
@@ -25,8 +25,8 @@ describe "Post selection | Copy quote", type: :system do
|
||||
QUOTE
|
||||
end
|
||||
|
||||
it "does not show the copy quote button if it has been disabled" do
|
||||
SiteSetting.enable_quote_copy = false
|
||||
it "does not show the copy quote button if quoting has been disabled by the user" do
|
||||
current_user.user_option.update!(enable_quoting: false)
|
||||
topic_page.visit_topic(topic)
|
||||
|
||||
select_text_range("#{topic_page.post_by_number_selector(1)} .cooked p", 0, 10)
|
||||
|
||||
Reference in New Issue
Block a user