From 45c347338f7bc8f64721559c3be69432c57b2c35 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 30 Oct 2012 12:49:10 +0100 Subject: Bug 806714: Bugzilla.parameters should return usemenuforusers for all logged-in users r=gerv a=LpSolit --- Bugzilla/WebService/Bugzilla.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/WebService') diff --git a/Bugzilla/WebService/Bugzilla.pm b/Bugzilla/WebService/Bugzilla.pm index 471110566..d220d3c73 100644 --- a/Bugzilla/WebService/Bugzilla.pm +++ b/Bugzilla/WebService/Bugzilla.pm @@ -69,6 +69,7 @@ use constant PARAMETERS_LOGGED_IN => qw( urlbase use_see_also useclassification + usemenuforusers useqacontact usestatuswhiteboard usetargetmilestone @@ -401,6 +402,7 @@ A logged-in user can access the following parameters (listed alphabetically): C, C, C, + C, C, C, C. -- cgit v1.2.3-24-g4f1b