Ales-9 wrote: > > Hi, > > I've installed Trac with Bitnami package that means that I'm using now > version 0.11.6. My problem is that I want to hide Reporter field from > new ticket. >
Do you only want to hide the Reporter field on the /newticket page? If that is all you want to do, you may just need to remove some permissions. If the reporter has only TICKET_CREATE and TICKET_VIEW permissions, the reporter field will not appear on the /newticket page. On the other hand, if you want to hide the Reporter field in the ticket header for a `newly created ticket`, that will require more work (as described by others in this thread). -- View this message in context: http://old.nabble.com/Reporter-Field-tp29826065p29880762.html Sent from the Trac Users mailing list archive at Nabble.com. -- 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.
