Closed
Bug 145009
Opened 23 years ago
Closed 23 years ago
Default component when creating a bug
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 317051
People
(Reporter: jodym, Assigned: myk)
References
Details
Our Bugzilla has several products with a "general" component as well as more
specific components. It would be nice if Bugzilla could automatically choose a
default component on enter_bug.cgi that the user could change if desired.
Bugzilla already chooses the component if only one is available; this
enhancement is for products wiith more than one component.
Comment 1•23 years ago
|
||
Hmmh... This should be optional, of course. I wouldn't want to use a default
component, because it would automatically mean that many bug reports would be
submitted without even the slightest effort to put them in their correct
components...
OS: Linux → All
Hardware: PC → All
Comment 2•23 years ago
|
||
This could be done as a template change:
[% default.component_ = "General" IF product == "BAR" %]
Reporter | ||
Comment 3•23 years ago
|
||
A template change would be adequate for my purposes.
/me eagerly awaits Bugzilla 2.16 :)
Reporter | ||
Comment 4•23 years ago
|
||
I finally found the time to upgrade to 2.16.1 and placed:
[% default.component_ = "General" %]
in bug/create/create.html.tmpl. This does what I want, so I consider this bug
fixed.
Thanks.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 5•23 years ago
|
||
in search of accurate statistics....
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 6•23 years ago
|
||
... since this capability was already present
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
Updated•10 years ago
|
Resolution: WORKSFORME → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•