зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at
the old attachment form instead of the new one. Patch by Josh Soref <timeless@mac.com> r= myk x2
This commit is contained in:
Родитель
7e069b138f
Коммит
bc2ba9abf9
|
@ -257,7 +257,7 @@ print "<TABLE BORDER=1><TD><H2>Bug $id posted</H2>\n";
|
|||
system("./processmail", $id, $::COOKIE{'Bugzilla_login'});
|
||||
print "<TD><A HREF=\"show_bug.cgi?id=$id\">Back To BUG# $id</A></TABLE>\n";
|
||||
|
||||
print "<BR><A HREF=\"createattachment.cgi?id=$id\">Attach a file to this bug</a>\n";
|
||||
print "<BR><A HREF=\"attachment.cgi?bugid=$id&action=enter\">Attach a file to this bug</a>\n";
|
||||
|
||||
navigation_header();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче