зеркало из https://github.com/mozilla/pjs.git
fix for 44609 : Remove the useless "project" column in the Change columns page
patch submitted by cdurst@world.std.com (Charles Durst)
This commit is contained in:
Родитель
015d37393f
Коммит
c81ef29f5f
|
@ -35,7 +35,7 @@ GetVersionTable();
|
|||
|
||||
my @masterlist = ("opendate", "changeddate", "severity", "priority",
|
||||
"platform", "owner", "reporter", "status", "resolution",
|
||||
"component", "product", "version", "project", "os", "votes");
|
||||
"component", "product", "version", "os", "votes");
|
||||
|
||||
if (Param("usetargetmilestone")) {
|
||||
push(@masterlist, "target_milestone");
|
||||
|
|
Загрузка…
Ссылка в новой задаче