summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-07-11 07:37:05 +0200
committerlpsolit%gmail.com <>2005-07-11 07:37:05 +0200
commit50181f709d79780ec54c6ed2b90af08327bbdf5b (patch)
tree85cf381d0e99f7f5ba34260eb2d6ed7f85f85f23 /checksetup.pl
parentf7f3311ba8e7c11dd1860c943eadd3a467a4c6f3 (diff)
downloadbugzilla-50181f709d79780ec54c6ed2b90af08327bbdf5b.tar.gz
bugzilla-50181f709d79780ec54c6ed2b90af08327bbdf5b.tar.xz
Bug 63536: User preference for whether or not to go to the next bug after processing - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl7
1 files changed, 7 insertions, 0 deletions
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--
###########################################################################