diff options
| author | Byron Jones <glob@mozilla.com> | 2015-03-05 12:57:53 +0800 |
|---|---|---|
| committer | Byron Jones <glob@mozilla.com> | 2015-03-05 12:57:53 +0800 |
| commit | c1fa559e16cbaa5e7a3133f7ea0b086ea00ba650 (patch) | |
| tree | 063acc63c823e66b4ab8cd04802139548905a1ee /template/en/default/admin/components | |
| parent | dbc7a21e1b96a9c57b6a53af78a4d467c9a7672d (diff) | |
| download | bugs-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/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 4db4a489c..96c9ce384 100644 --- a/template/en/default/admin/components/create.html.tmpl +++ b/template/en/default/admin/components/create.html.tmpl @@ -14,6 +14,7 @@ [% title = BLOCK %]Add component to the [% product.name FILTER html %] product[% END %] [% PROCESS global/header.html.tmpl title = title + generate_api_token = 1 style_urls = ['skins/standard/admin.css'] yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index 9998845e2..c4da1181b 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -18,6 +18,7 @@ [% END %] [% PROCESS global/header.html.tmpl title = title + generate_api_token = 1 style_urls = ['skins/standard/admin.css'] yui = [ 'autocomplete' ] javascript_urls = [ "js/field.js" ] |
