Patch for bug 330804: don't talk about QA if the QA contact parameter is disabled; patch by Vlad Dascalu <vladd@bugzilla.org>, r=colin, r=LpSolit, a=myk.

git-svn-id: svn://10.0.0.236/trunk@199453 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
uid623
2006-06-07 21:13:10 +00:00
parent d548d88627
commit ed6ce5e666

View File

@@ -1331,8 +1331,12 @@
[% ELSIF error == "user_has_responsibility" %]
[% title = "Can't Delete User Account" %]
[% admindocslinks = {'useradmin.html' => 'User administration'} %]
The user you want to delete is set up for roles as default [% terms.bug %]
assignee or QA contact for at least one component.
The user you want to delete is set up as the default [% terms.bug %]
assignee
[% IF Param('useqacontact') %]
or QA contact
[% END %]
for at least one component.
For this reason, you cannot delete the account at this time.
[% ELSIF error == "user_login_required" %]