Closed
Bug 399079
Opened 18 years ago
Closed 17 years ago
Remove the 'showallproducts' parameter
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.4
People
(Reporter: LpSolit, Assigned: LpSolit)
References
()
Details
Attachments
(1 file)
|
2.34 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
Per our discussions at our last 2 Bugzilla meetings, this param should go away. It should always be 1.
Comment 1•18 years ago
|
||
I'm against this, as it will break bmo. We use showallproducts set to 0.
Comment 2•18 years ago
|
||
"If this is on and useclassification is set, Bugzilla will add a 'All' link in the 'New Bug' page to list all available products."
Don't think I've seen this before, what's it actually do? I can't visualize it from that description. By 'New Bug' does it mean the product chooser or the actual bug entry form, or ?
Comment 3•18 years ago
|
||
Oh, this is in the product chooser when you choose a classification to look at isn't it...
We don't use this screen as shipped anyway, we have our product chooser hacked to list them by classification in groups all together anyway. So this parameter is irrelevant to us.
If you *really* didn't want this, seems like it would be easy enough to hack the template anyway (just like we did).
| Assignee | ||
Comment 4•17 years ago
|
||
Assignee: administration → LpSolit
Status: NEW → ASSIGNED
Attachment #352114 -
Flags: review?(mkanat)
| Assignee | ||
Updated•17 years ago
|
Target Milestone: --- → Bugzilla 3.4
Comment 5•17 years ago
|
||
Comment on attachment 352114 [details] [diff] [review]
patch, v1
Yes, very sensible.
Attachment #352114 -
Flags: review?(mkanat) → review+
Updated•17 years ago
|
Flags: approval+
| Assignee | ||
Comment 6•17 years ago
|
||
Checking in Bugzilla/Config/BugFields.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Config/BugFields.pm,v <-- BugFields.pm
new revision: 1.6; previous revision: 1.5
done
Checking in template/en/default/admin/params/bugfields.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/admin/params/bugfields.html.tmpl,v <-- bugfields.html.tmpl
new revision: 1.5; previous revision: 1.4
done
Checking in template/en/default/global/choose-classification.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/choose-classification.html.tmpl,v <-- choose-classification.html.tmpl
new revision: 1.11; previous revision: 1.10
done
Comment 7•17 years ago
|
||
Added to the release notes for Bugzilla 3.4 in bug 494037.
Keywords: relnote
You need to log in
before you can comment on or make changes to this bug.
Description
•