Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] can't report a bug on b.g.o
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback
View previous topic :: View next topic  
Author Message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1588
Location: 127.0.0.1

PostPosted: Tue Aug 16, 2011 12:17 pm    Post subject: [solved] can't report a bug on b.g.o Reply with quote

Hi,

I don't know how to report this one :lol:
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
View user's profile Send private message
eccerr0r
Advocate
Advocate


Joined: 01 Jul 2004
Posts: 3037
Location: USA

PostPosted: Tue Aug 16, 2011 2:48 pm    Post subject: Reply with quote

(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
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1588
Location: 127.0.0.1

PostPosted: Tue Aug 16, 2011 2:57 pm    Post subject: Reply with quote

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
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1588
Location: 127.0.0.1

PostPosted: Tue Aug 16, 2011 4:47 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Forums Feedback All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum