Closed
Bug 148133
Opened 23 years ago
Closed 22 years ago
GetOutputFormats should return formats that don't have an associated content type
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: myk, Assigned: justdave)
References
Details
GetOutputFormats only returns formats for which a content type exists in
localconfig. It should return formats regardless of whether or not a content
type exists and rely on the calling code to determine what to do when the user
requests a format for which a content type has not been configured (probably
alert the user to the problem, since the user is probably the administrator
checking out their cool new format in these cases).
Comment 1•22 years ago
|
||
Fixed by bug 146495 - GetFormat returns text/plain if the ctype is not found,
which seems reasonable.
Gerv
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•22 years ago
|
Target Milestone: --- → Bugzilla 2.18
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•