]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 989476 - Added 'is_new' to the BUGZILLA.user object (as part of the TagNewUsers...
authorDivyansh Sharma <sharma.divyansh.501@gmail.com>
Fri, 22 Feb 2019 17:12:51 +0000 (22:42 +0530)
committerDylan William Hardison <dylan@hardison.net>
Fri, 22 Feb 2019 17:12:51 +0000 (12:12 -0500)
extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl [new file with mode: 0644]

diff --git a/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl b/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl
new file mode 100644 (file)
index 0000000..ba5edcf
--- /dev/null
@@ -0,0 +1,9 @@
+[%# This Source Code Form is subject to the terms of the Mozilla Public
+  # License, v. 2.0. If a copy of the MPL was not distributed with this
+  # file, You can obtain one at http://mozilla.org/MPL/2.0/.
+  #
+  # This Source Code Form is "Incompatible With Secondary Licenses", as
+  # defined by the Mozilla Public License, v. 2.0.
+  #%]
+
+[% js_BUGZILLA.user.is_new = Bugzilla.user.is_new %]