| View previous topic :: View next topic |
| Author |
Message |
netfab Veteran


Joined: 03 Mar 2005 Posts: 1588 Location: 127.0.0.1
|
Posted: Tue Aug 16, 2011 12:17 pm Post subject: [solved] can't report a bug on b.g.o |
|
|
Hi,
I don't know how to report this one
When I try to report a bug on b.g.o, I have an error message :
| Quote: |
There is no Priority named 'P3'.
|
Last edited by netfab on Tue Aug 16, 2011 4:47 pm; edited 1 time in total |
|
| Back to top |
|
 |
eccerr0r Advocate

Joined: 01 Jul 2004 Posts: 2998 Location: USA
|
Posted: Tue Aug 16, 2011 2:48 pm Post subject: |
|
|
(just a guess) make sure you don't have bad values in form autocomplete?
That's weird, but I haven't submitted a bug on bugs.gentoo.org in a while... _________________ Core-i7-2700K@4.1GHz/8GB RAM/180GB SSD/Intel HD3000 graphics
What the heck am I advocating? |
|
| Back to top |
|
 |
netfab Veteran


Joined: 03 Mar 2005 Posts: 1588 Location: 127.0.0.1
|
Posted: Tue Aug 16, 2011 2:57 pm Post subject: |
|
|
No form autocompletion, I tried to clear my cache entirely, that didn't help.
The 'P3' value is defined as an hidden input in the source code of the bug form, no way to tweak this value on the client side :
| Code: |
<form method="post" action="post_bug.cgi">
<input type="hidden" name="format" value="guided">
<input type="hidden" name="assigned_to" value="">
<input type="hidden" name="priority"
value="P3">
|
|
|
| Back to top |
|
 |
netfab Veteran


Joined: 03 Mar 2005 Posts: 1588 Location: 127.0.0.1
|
Posted: Tue Aug 16, 2011 4:47 pm Post subject: |
|
|
Seems to be fixed a few hours later :
| Code: |
<form method="post" action="post_bug.cgi">
<input type="hidden" name="format" value="guided">
<input type="hidden" name="assigned_to" value="">
<input type="hidden" name="priority"
value="Normal">
|
|
|
| Back to top |
|
 |
|