diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2018-09-24 21:55:28 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-09-24 21:55:28 +0200 |
commit | b3ad67dc224403c463fbea5ddb5f01dcacf3cb02 (patch) | |
tree | bfaf21cf064c0b41efd68dbe678baf182ce802d1 /template/en/default/global | |
parent | 8047b0395f5175da934f3aaf09b15a15d83da755 (diff) | |
download | bugzilla-b3ad67dc224403c463fbea5ddb5f01dcacf3cb02.tar.gz bugzilla-b3ad67dc224403c463fbea5ddb5f01dcacf3cb02.tar.xz |
Bug 1473417 - Show often/recently used products/components on New Bug page
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 4 |
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'), |