summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-30 12:49:10 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-30 12:49:10 +0100
commit45c347338f7bc8f64721559c3be69432c57b2c35 (patch)
treeeabacafbd12550a4ca9994fba1d0c5cf1ce86905 /Bugzilla
parent1c05baf4516cdc491b5799ee3081b45ce37895ae (diff)
downloadbugzilla-45c347338f7bc8f64721559c3be69432c57b2c35.tar.gz
bugzilla-45c347338f7bc8f64721559c3be69432c57b2c35.tar.xz
Bug 806714: Bugzilla.parameters should return usemenuforusers for all logged-in users
r=gerv a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/WebService/Bugzilla.pm2
1 files changed, 2 insertions, 0 deletions
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<urlbase>,
C<use_see_also>,
C<useclassification>,
+ C<usemenuforusers>,
C<useqacontact>,
C<usestatuswhiteboard>,
C<usetargetmilestone>.