diff options
author | Simon Green <mail@simon.green> | 2015-07-29 11:31:14 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2015-07-29 11:31:14 +0200 |
commit | f578f79698f5779f20ee8354a3af132fafaf66da (patch) | |
tree | 04af0be4f2ca195d5aadaccd3aea359a9d67cf97 /Bugzilla/API | |
parent | d373bb13a51a74ef77cf800fdc77a30ab9ac9d17 (diff) | |
download | bugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.gz bugzilla-f578f79698f5779f20ee8354a3af132fafaf66da.tar.xz |
Bug 399078 - Remove the 'musthavemilestoneonaccept' parameter
r=gerv, a=simon
Diffstat (limited to 'Bugzilla/API')
-rw-r--r-- | Bugzilla/API/1_0/Resource/Bugzilla.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/API/1_0/Resource/Bugzilla.pm b/Bugzilla/API/1_0/Resource/Bugzilla.pm index b2e7105f6..de9925e69 100644 --- a/Bugzilla/API/1_0/Resource/Bugzilla.pm +++ b/Bugzilla/API/1_0/Resource/Bugzilla.pm @@ -76,7 +76,6 @@ use constant PARAMETERS_LOGGED_IN => qw( maintainer maxattachmentsize maxlocalattachment - musthavemilestoneonaccept noresolveonopenblockers password_complexity rememberlogin @@ -458,7 +457,6 @@ A logged-in user can access the following parameters (listed alphabetically): C<maintainer>, C<maxattachmentsize>, C<maxlocalattachment>, - C<musthavemilestoneonaccept>, C<noresolveonopenblockers>, C<password_complexity>, C<rememberlogin>, |