Bugzilla

  • Thread starter news.cybercity.dk
  • Start date
N

news.cybercity.dk

Hello!

Does anyone in here have experience with Bugzilla? It has a web-frontend.
I'm trying to modify the program, but I can't figure out how data is passed
between the different .cgi files. I've added an extra inputfield
"testfield" to the f-form, and it appears just as expected when I load
Buzilla's startpage index.cgi.

Snippet from index.html.tmpl (including what I added) :
<form name="f" action="show_bug.cgi" method="get"
onsubmit="QuickSearch(f.id.value); return false;">
<p>
Enter a bug # or some search terms:<br>
<input type="text" name="id">

<br>
<input type="text" name="testfield">

<input type="submit" value="Show">
</p>
</form>

The problem is that the value of "testfield" is never added to the URL on
submit - it only contains the value of "id":
"http://domain/bugzilla-2.16.5/show_bug.cgi?id=1".

Any ideas on how to get the testfield-value all the way to show_bug.cgi?
Thanx:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top