Context sensitive custom fields

Max Kanat-Alexander mkanat at bugzilla.org
Tue Aug 5 20:51:44 UTC 2008


On Tue, 5 Aug 2008 08:50:31 +0200 "Jochen Wiedmann"
<jochen.wiedmann at gmail.com> wrote:
> I am currently preparing a customization project for a customer with a
> relatively large number of products and components. The products in
> question aren't software, but hardware. In particular, they have very
> different requirements in terms of custom fields. Therefore, the
> customer wants some context sensitivity. Context would be defined as
> the bugs product and component:

	That's these bugs:

	Restrict custom fields to product/component:
	https://bugzilla.mozilla.org/show_bug.cgi?id=371995

	Which in turn should be implemented as a special case of this:
	https://bugzilla.mozilla.org/show_bug.cgi?id=291433

	Fields whose list of values depends on other fields:
	https://bugzilla.mozilla.org/show_bug.cgi?id=308253

	I already have code for that in NASA's Bugzilla, called PRACA,
for which I have full permission to contribute back to Bugzilla. The
most modern branch of PRACA is here:

	http://bzr.everythingsolved.com/nasa/praca4

	That has a LOT of extra customizations, of course, so you'd
have to pick the code out of there.

	The first thing that needs to be done is to extract the
Bugzilla::Field::Choice object from that code and bring it upstream.

	-Max
-- 
http://www.everythingsolved.com/
Competent, Friendly Bugzilla and Perl Services. Everything Else, too.



More information about the developers mailing list