On Wednesday, January 18, 2017 at 11:55:00 PM UTC-8, Roger Oberholtzer wrote: > > I have Trac 1.2 system where people are allowed to edit ticket > comments. When I log in as TRAC_ADMIN I get the icon set in the upper > right of the comment where I can choose to edit or whatever. > > No other users (non TRAC_ADMIN) can see these icons. Even though they > have TICKET_EDIT_COMMENT permission. In fact, they have all TICKET_ > permissions. > > What might be the issue. I tried removing and adding the permission. > But that made no difference. > > The permission is assigned to a Subject (called Ramboll), and all > these users are in the group Ramboll. > > > -- > Roger Oberholtzer >
The edit button navigates to a URL such as: /ticket/1?cnum_edit=1#comment:1 (e.g. for comment:1 on ticket #1). Do you get a permission error for one of those users when navigating to that path (by entering the path in the browser URL box)? - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
