Open Bug 218219 Opened 21 years ago Updated 16 years ago

should be able to specify default format via "format" URL parameter

Categories

(Bugzilla :: Bugzilla-General, enhancement)

enhancement
Not set
normal

Tracking

()

People

(Reporter: myk, Unassigned)

References

Details

Attachments

(1 file)

There isn't any way to specify the default format via the "format" URL
parameter.  There should be, because it's needed when the default format changes
for some reason (like when b.m.o makes the "guided" version of the bug entry
form the default for users without "canconfirm" permissions).  In those
situations, it should still be possible to override the change and go back to
the original default (f.e. for the link from Doctor to apply for a CVS account;
see bug 218211).

Bug 149061 would probably solve this problem but is involved.  In the meantime a
much simpler fix is to make something like "__default__" magically mean the
original default format.
No longer blocks: 218211
Here's how I did it on b.m.o, which is running a version of Bugzilla from last
December.  This probably won't work on more recent installations, and it's a
hack, being just for enter_bug.cgi (we probably want to enable this
functionality for all CGIs).
Reassigning bugs that I'm not actively working on to the default component owner
in order to try to make some sanity out of my personal buglist.  This doesn't
mean the bug isn't being dealt with, just that I'm not the one doing it.  If you
are dealing with this bug, please assign it to yourself.
Assignee: justdave → general
QA Contact: mattyt-bugzilla → default-qa
I experienced this problem as well. Actually, adding the format=xyz parameter to
the URL works fine only if the user is logged in already.

But when providing to the users a link like
http://myserver.org/bugzilla/enter_bug.cgi?product=ABC&format=XYZ they are
required to log in first. After logging in the format=XYZ information is lost. 

(I havn't even tried to use it in combination with a previous registration.)
Keywords: qawanted
Severity: normal → enhancement
Keywords: qawanted
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: