diff options
author | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
---|---|---|
committer | Simon Green <mail@simon.green> | 2015-07-29 11:38:37 +0200 |
commit | 9e518c6b33f5b6aadb363ff0786a391c1fda6d7b (patch) | |
tree | c709e29a87a3eb95ce0b0251b803ab40e796191c /Bugzilla/API | |
parent | f578f79698f5779f20ee8354a3af132fafaf66da (diff) | |
download | bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.tar.gz bugzilla-9e518c6b33f5b6aadb363ff0786a391c1fda6d7b.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 de9925e69..d7c3ab401 100644 --- a/Bugzilla/API/1_0/Resource/Bugzilla.pm +++ b/Bugzilla/API/1_0/Resource/Bugzilla.pm @@ -62,7 +62,6 @@ use constant PARAMETERS_LOGGED_IN => qw( attachment_base commentonchange_resolution commentonduplicate - cookiepath defaultopsys defaultplatform defaultpriority @@ -443,7 +442,6 @@ A logged-in user can access the following parameters (listed alphabetically): C<attachment_base>, C<commentonchange_resolution>, C<commentonduplicate>, - C<cookiepath>, C<defaultopsys>, C<defaultplatform>, C<defaultpriority>, |