Closed Bug 338157 Opened 18 years ago Closed 18 years ago

Status Whiteboard not part of a Bookmarkable Template?

Categories

(Bugzilla :: Creating/Changing Bugs, defect)

x86
Linux
defect
Not set
minor

Tracking

()

RESOLVED INVALID

People

(Reporter: dpurcell, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.7
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.7

I'm running Bugzilla 2.22.  I have enabled the Status Whiteboard parameter in my Bugzilla installation.  I use the "Remember Values as Bookmarkable Template" feature extensively in my compnay.  However, the values I put in for the status whiteboard field from enter_bug.cgi do not reappear when I visit my bug templates I created from clicking the "Remember Values as Bookmarkable Template".

A quick glance at the code in enter_bug.cgi shows that one could make this feature work by adding this line around line 454:

  $vars->{'bug_status_whiteboard'} = formvalue('status_whiteboard');



Reproducible: Always
Invalid. The status whiteboard isn't displayed when entering a new bug, see bug 16647.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
I must have a hacked Bugzilla 2.22 -- status whiteboard shows up when creating new bugs.  I compared my template/en/default/bug/create/create.html.tmpl with the "vanilla" bugzilla 2.22, and they're different.  Mine has a section where it's doing the whole [% IF Param('usestatuswhiteboard') %] part in there.
You need to log in before you can comment on or make changes to this bug.