]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1562804 - status NEW is not present in the status changed section in a bugzilla...
authordklawren <dklawren@users.noreply.github.com>
Wed, 3 Jul 2019 22:14:53 +0000 (18:14 -0400)
committerGitHub <noreply@github.com>
Wed, 3 Jul 2019 22:14:53 +0000 (18:14 -0400)
* Bug 1562804 - status NEW is not present in the status changed section in a bugzilla user profile

* Fix test

extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl

index 0947bf0b244369ad3cada3ccdf103bbe277d01c2..8bc86ee78d0949ad216d131607fabb5ca62f1264 100644 (file)
 
 <tr>
   <td>&nbsp;</td>
-  <th>Statuses changed</th>
+  <th>[% terms.Bugs %] resolved as</th>
   <td colspan="2">
     RESOLVED ([% statuses.item('RESOLVED') || 0 FILTER html %]),
     FIXED ([% statuses.item('RESOLVED/FIXED') || 0 FILTER html %]),