зеркало из https://github.com/mozilla/pjs.git
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.
This commit is contained in:
Родитель
0db7380cbe
Коммит
00afeab26e
|
@ -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" %]
|
||||
|
|
Загрузка…
Ссылка в новой задаче