On Feb 28, 5:24 am, "Christophe Sauthier" <[EMAIL PROTECTED]> wrote: > I think I speak too fast.... Everything was working perfectly until I > update my trac system.... I was with 0.9.3 and now I have 0.9.6 > The same configuration show again the "View Ticket" link (while the > permission is still removed). > > I've also tried a test env to see if the problem is still here, and > with that version (0.9.6) apparently I am facing the same problem : > removal of the permission does not hide that entry in the main nav... > > An idea of the cause of my problem ?
You may have another permission like TRAC_ADMIN which allows access to the reports. If you really want to disable this completely you should configure trac.ini to disable the report and query modules like this [components] trac.ticket.report.* = disabled trac.ticket.query.* = disabled Also, I'd recommend upgrading to Trac 0.10.3 as the 0.9 versions are old and no longer actively maintained. -- Matt Good --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
