From: lpsolit%gmail.com <> Date: Sat, 23 Sep 2006 06:07:08 +0000 (+0000) Subject: Bug 353820: The confirmation page when deleting a user account who has entries in... X-Git-Tag: bugzilla-2.20.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7d487606fe05df8511f37de2daf06df6629f890;p=thirdparty%2Fbugzilla.git Bug 353820: The confirmation page when deleting a user account who has entries in the bugs_activity table fails to notify the administrator correctly - Patch by Frédéric Buclin r=ghendricks a=justdave --- diff --git a/template/en/default/admin/users/confirm-delete.html.tmpl b/template/en/default/admin/users/confirm-delete.html.tmpl index 53abd5937e..9296f49d6f 100644 --- a/template/en/default/admin/users/confirm-delete.html.tmpl +++ b/template/en/default/admin/users/confirm-delete.html.tmpl @@ -24,7 +24,7 @@ # reporter: number of bugs reported by the user # assignee_or_qa: number of bugs the user is either the assignee # or the QA contact - # bug_activity: number of bugs the viewed user has activity + # bugs_activity: number of bugs the viewed user has activity # entries on # cc number of bugs the viewed user is cc list member # of @@ -133,7 +133,7 @@ [% display_warning = 0 %] - [% IF reporter || bug_activity || flags.setter || longdescs || profiles_activity %] + [% IF reporter || bugs_activity || flags.setter || longdescs || profiles_activity %]

The following deletions are highly not recommended and will generate referential integrity inconsistencies!