summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorKohei Yoshino <kohei.yoshino@gmail.com>2018-09-24 21:55:28 +0200
committerDylan William Hardison <dylan@hardison.net>2018-09-24 21:55:28 +0200
commitb3ad67dc224403c463fbea5ddb5f01dcacf3cb02 (patch)
treebfaf21cf064c0b41efd68dbe678baf182ce802d1 /template
parent8047b0395f5175da934f3aaf09b15a15d83da755 (diff)
downloadbugzilla-b3ad67dc224403c463fbea5ddb5f01dcacf3cb02.tar.gz
bugzilla-b3ad67dc224403c463fbea5ddb5f01dcacf3cb02.tar.xz
Bug 1473417 - Show often/recently used products/components on New Bug page
Diffstat (limited to 'template')
-rw-r--r--template/en/default/global/header.html.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl
index 9db9a1404..4c6069c74 100644
--- a/template/en/default/global/header.html.tmpl
+++ b/template/en/default/global/header.html.tmpl
@@ -107,6 +107,10 @@
[% END %]
[%- js_BUGZILLA = {
+ user => {
+ # TODO: Move all properties form bug_modal/header.html.tmpl
+ login => user.login,
+ },
param => {
maxattachmentsize => Param('maxattachmentsize'),
maxusermatches => Param('maxusermatches'),