diff options
author | Byron Jones <glob@mozilla.com> | 2015-03-05 05:57:51 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-05 05:57:51 +0100 |
commit | b7147b778824e13a15f912fdf458bf3959d439e5 (patch) | |
tree | 1deddd019fb15747dacc3067d0c2606f864fc41c /template/en/default/attachment | |
parent | f6686ca1edfe4a233c7f39836e265d466bda37b7 (diff) | |
download | bugzilla-b7147b778824e13a15f912fdf458bf3959d439e5.tar.gz bugzilla-b7147b778824e13a15f912fdf458bf3959d439e5.tar.xz |
Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DB
r=dkl,a=glob
Diffstat (limited to 'template/en/default/attachment')
-rw-r--r-- | template/en/default/attachment/create.html.tmpl | 1 | ||||
-rw-r--r-- | template/en/default/attachment/edit.html.tmpl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/attachment/create.html.tmpl b/template/en/default/attachment/create.html.tmpl index 13c13cdb9..e566b428e 100644 --- a/template/en/default/attachment/create.html.tmpl +++ b/template/en/default/attachment/create.html.tmpl @@ -16,6 +16,7 @@ title = title header = header subheader = subheader + generate_api_token = 1 style_urls = ['skins/standard/bug.css'] yui = [ 'autocomplete' ] javascript_urls = [ "js/attachment.js", 'js/field.js', "js/util.js", "js/TUI.js" ] diff --git a/template/en/default/attachment/edit.html.tmpl b/template/en/default/attachment/edit.html.tmpl index 497f89a8d..184cdde05 100644 --- a/template/en/default/attachment/edit.html.tmpl +++ b/template/en/default/attachment/edit.html.tmpl @@ -21,6 +21,7 @@ title = title header = header subheader = subheader + generate_api_token = 1 doc_section = "using/editing.html#attachments" javascript_urls = ['js/attachment.js', 'js/field.js'] style_urls = ['skins/standard/bug.css'] |