Commit b9fdf68a authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 353820: The confirmation page when deleting a user account who has entries…

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 <LpSolit@gmail.com> r=ghendricks a=justdave
parent 3b0560db
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# reporter: number of bugs reported by the user # reporter: number of bugs reported by the user
# assignee_or_qa: number of bugs the user is either the assignee # assignee_or_qa: number of bugs the user is either the assignee
# or the QA contact # 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 # entries on
# cc number of bugs the viewed user is cc list member # cc number of bugs the viewed user is cc list member
# of # of
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
[% display_warning = 0 %] [% display_warning = 0 %]
[% IF reporter || bug_activity || flags.setter || longdescs || profiles_activity %] [% IF reporter || bugs_activity || flags.setter || longdescs || profiles_activity %]
<div class="criticalmessages"> <div class="criticalmessages">
<p>The following deletions are <b>highly not recommended</b> and <p>The following deletions are <b>highly not recommended</b> and
will generate referential integrity inconsistencies!</p> will generate referential integrity inconsistencies!</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment