]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Documentation patch for bug 43600: the 'components' table no longer store the product...
authorlpsolit%gmail.com <>
Thu, 23 Nov 2006 00:38:43 +0000 (00:38 +0000)
committerlpsolit%gmail.com <>
Thu, 23 Nov 2006 00:38:43 +0000 (00:38 +0000)
docs/xml/customization.xml

index 609539ffe567904c9a60175974f15d257ef4dd9e..1e40f7f6ddd4d8f5fede6e3beb94698ad5be8d50 100644 (file)
@@ -964,10 +964,9 @@ any entries in the CC field of the bug. Note that, like most other tables in
 Bugzilla, it does not refer to users by their user names, but by their unique
 userid, stored as a primary key in the profiles table.
 
-components: This stores the programs and components (or products and
-components, in newer Bugzilla parlance) for Bugzilla. Curiously, the "program"
-(product) field is the full name of the product, rather than some other unique
-identifier, like bug_id and user_id are elsewhere in the database.
+components:  This stores name, the description and initial
+owner/qacontact of the component, and to which product the components
+belong.
 
 dependencies: Stores data about those cool dependency trees.