Commit b640b5e9 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

fix for 44609 : Remove the useless "project" column in the Change columns page

patch submitted by cdurst@world.std.com (Charles Durst)
parent d4479cf3
......@@ -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");
......
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