зеркало из https://github.com/mozilla/gecko-dev.git
Bug 171440 editgroups shows system groups as usable for bugs even though they are not
2xr=justdave
This commit is contained in:
Родитель
03c418f9bc
Коммит
b0fccd9a59
|
@ -121,7 +121,7 @@ unless ($action) {
|
|||
print "<td>$desc</td>\n";
|
||||
print "<td>$regexp </td>\n";
|
||||
print "<td align=center>";
|
||||
print "X" if $isactive;
|
||||
print "X" if (($isactive != 0) && ($isbuggroup != 0));
|
||||
print " </td>\n";
|
||||
print "<td>   ";
|
||||
print (($isbuggroup == 0 ) ? "system" : "user");
|
||||
|
|
Загрузка…
Ссылка в новой задаче