aboutsummaryrefslogtreecommitdiffstats
path: root/template/en/default/attachment
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-03-05 12:57:53 +0800
committerByron Jones <glob@mozilla.com>2015-03-05 12:57:53 +0800
commitc1fa559e16cbaa5e7a3133f7ea0b086ea00ba650 (patch)
tree063acc63c823e66b4ab8cd04802139548905a1ee /template/en/default/attachment
parentdbc7a21e1b96a9c57b6a53af78a4d467c9a7672d (diff)
downloadbugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar
bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.gz
bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.bz2
bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.tar.xz
bugs-c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650.zip
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.tmpl1
-rw-r--r--template/en/default/attachment/edit.html.tmpl1
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']