Matthew Carlson schrieb:
>> Hi,
>>
>> Is there a way to manage components in Trac?
>> what if you want to have  a Main Component with sub-components like
>>
>> First component
>>     sub1
>>     sub2
>>     sub3
>>
>> Second Component
>>     sub1
>>     sub2
>>
>> Is there away to do this? Priorities and Ticket type have a way to order 
>> items
>> Thanks,
>> Brian
>>     
>
> It isn't elegent, but we do this with a custom field.  You can add
> something like the following to your Trac.ini:
> (Given "Comp1" and "Comp2" in the list of components)
> ...
>   
> This results in a component and subcomponent drop-down for each
> ticket, but no relationship between them is enforced.
>
>   
Hi, we used "first class" components and seperated them by a "/", e.g

comp1/Sub1
comp1/Sub2
comp2/Sub1
comp2/Sub2

In this way you have only one dropdown and the relationship is maintained.

Dirk


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to