From: Divyansh Sharma Date: Fri, 22 Feb 2019 17:12:51 +0000 (+0530) Subject: Bug 989476 - Added 'is_new' to the BUGZILLA.user object (as part of the TagNewUsers... X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1af8fa22f8bda490dbcf4ff38895a356bebf2395;p=thirdparty%2Fbugzilla.git Bug 989476 - Added 'is_new' to the BUGZILLA.user object (as part of the TagNewUsers extension) --- 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 index 000000000..ba5edcf7f --- /dev/null +++ b/extensions/TagNewUsers/template/en/default/hook/global/header-start.html.tmpl @@ -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 %]