> he was listed as the owner of a component.  Is there a way to have
> components without owners?  Doesn't seem possible with WebAdmin, which
> I'm using.
>
Hi there,

I did it directly in the database. Neither the WebAdmin plugin nor the
trac-admin command line allowed me set the owner of a component to
null.

In a mysql database execute the statement looks like this:
update component set owner = null;

Best,
Johannes


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com
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