From 79ec29975ac8d1a4f49b83ed404a1ee04c33b73c Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Mon, 30 Mar 2015 18:53:57 +0100 Subject: Bug 1007605 - Make FIXED non-fixed, by changing noresolveonopenblockers to define what the fixed resolution is. r,a=glob --- Bugzilla/WebService/Bugzilla.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/WebService/Bugzilla.pm') diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 45ef326ac..f94ea55c9 100644 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -71,10 +71,10 @@ use constant PARAMETERS_LOGGED_IN => qw( maxattachmentsize maxlocalattachment musthavemilestoneonaccept - noresolveonopenblockers password_complexity rememberlogin requirelogin + resolution_forbidden_with_open_blockers search_allow_no_criteria urlbase use_see_also @@ -428,10 +428,10 @@ A logged-in user can access the following parameters (listed alphabetically): C, C, C, - C, C, C, C, + C, C, C, C, -- cgit v1.2.3-24-g4f1b