From e203bc3af47406339870e718475f0f0ea194f6c9 Mon Sep 17 00:00:00 2001 From: Mary Umoh Date: Mon, 17 Jul 2017 18:06:23 -0400 Subject: Bug 1380389 - autosize comments should be a user pref (default: on) --- Bugzilla/Install.pm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Install.pm b/Bugzilla/Install.pm index 885571020..3f8d4bdfb 100644 --- a/Bugzilla/Install.pm +++ b/Bugzilla/Install.pm @@ -181,6 +181,12 @@ sub SETTINGS { default => 'off', category => 'Searching' }, + { + name => 'autosize_comments', + options => ['on', 'off'], + default => 'on', + category => 'User Interface' + }, ]; }; -- cgit v1.2.3-24-g4f1b