From 986c0871fe82fbefbddac10411833ef4b96fa4a4 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 11 Aug 2015 14:33:49 +0800 Subject: Bug 1153108 - bump non-guided bug form default up from canconfirm to editbugs --- extensions/GuidedBugEntry/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/GuidedBugEntry') diff --git a/extensions/GuidedBugEntry/Extension.pm b/extensions/GuidedBugEntry/Extension.pm index 93cab9787..9ff7441d3 100644 --- a/extensions/GuidedBugEntry/Extension.pm +++ b/extensions/GuidedBugEntry/Extension.pm @@ -38,7 +38,7 @@ sub enter_bug_start { $format eq 'guided' || ( $format eq '' && - !$user->in_group('canconfirm') + !$user->in_group('editbugs') ) ) { # skip the first step if a product is provided -- cgit v1.2.3-24-g4f1b