diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-10 06:13:49 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-10 06:13:49 +0100 |
commit | 887524670413292b71448bd0c67ab2b786c78b49 (patch) | |
tree | 794e276bdc45f081b681357069d61e8aa05be464 /template/en/default/admin/components | |
parent | ef96ae157223b3309f7703798b32b0b386b2edff (diff) | |
download | bugzilla-887524670413292b71448bd0c67ab2b786c78b49.tar.gz bugzilla-887524670413292b71448bd0c67ab2b786c78b49.tar.xz |
Bug 1139749: backport bug 1128853 to bmo (Bugzilla shouldn't try to write API tokens into the shadow DB)
Diffstat (limited to 'template/en/default/admin/components')
-rw-r--r-- | template/en/default/admin/components/create.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/admin/components/edit.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/admin/components/create.html.tmpl b/template/en/default/admin/components/create.html.tmpl index c3b691d83..a95d45399 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -29,6 +29,7 @@ yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] title = title + generate_api_token = 1 %] <form method="post" action="editcomponents.cgi"> diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 5236186cc..874310ac8 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -33,6 +33,7 @@ [% END %] [% PROCESS global/header.html.tmpl title = title + generate_api_token = 1 yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] %] |