зеркало из https://github.com/mozilla/gecko-dev.git
This is a bug fix; when two tree were displayed at once, the argument in
the menu for "addnote.cgi" was passed as tree1 and tree2, not the specific buildtree for that block. This problem was experienced with the other menu items, but corrected before the first checkin. This checkin fixes this problem with addnote.cgi as well.
This commit is contained in:
Родитель
c5259352df
Коммит
93655d3fe8
|
@ -253,7 +253,7 @@ sub display_build_table_row {
|
|||
"onClick=\"return log_popup(event,'$buildtree','$popupbuildname'," .
|
||||
"'showlog.cgi?logfile=$logfile\&tree=$buildtree\&errorparser=$errorparser&buildname=$buildname&buildtime=$buildtime&mainframe=1'," .
|
||||
"'showlog.cgi?logfile=$logfile\&tree=$buildtree\&errorparser=$errorparser&buildname=$buildname&buildtime=$buildtime&fulltext=1&mainframe=1'," .
|
||||
"'addnote.cgi?tree=$treename&buildname=$buildname&buildtime=$buildtime&logfile=$logfile&errorparser=$errorparser');\">";
|
||||
"'addnote.cgi?tree=$buildtree&buildname=$buildname&buildtime=$buildtime&logfile=$logfile&errorparser=$errorparser');\">";
|
||||
|
||||
|
||||
print "L</a>\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче