From 50181f709d79780ec54c6ed2b90af08327bbdf5b Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 11 Jul 2005 05:37:05 +0000 Subject: Bug 63536: User preference for whether or not to go to the next bug after processing - Patch by byron jones (glob) r=LpSolit a=justdave --- checksetup.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index b5158ccb3..09c079956 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -4046,6 +4046,13 @@ add_setting ("comment_sort_order", {"oldest_to_newest" => 1, "newest_to_oldest_desc_first" => 3}, "oldest_to_newest" ); +# 2005-05-12 bugzilla@glob.com.au -- Bug 63536 +add_setting ("post_bug_submit_action", {"next_bug" => 1, + "same_bug" => 2, + "nothing" => 3, + }, + "next_bug" ); + ########################################################################### # Create Administrator --ADMIN-- ########################################################################### -- cgit v1.2.3-24-g4f1b