View previous topic :: View next topic |
Author |
Message |
netfab Veteran
Joined: 03 Mar 2005 Posts: 1963 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 Watchman
Joined: 01 Jul 2004 Posts: 9874 Location: almost Mile High in the 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... _________________ Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching? |
|
Back to top |
|
|
netfab Veteran
Joined: 03 Mar 2005 Posts: 1963 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: 1963 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 |
|
|
|