Opened 16 years ago
Closed 14 years ago
#5162 closed enhancement (wontfix)
Add a TICKET_COMMENT_CHANGE permission
Reported by: | Owned by: | Ryan J Ollos | |
---|---|---|---|
Priority: | normal | Component: | TicketChangePlugin |
Severity: | normal | Keywords: | |
Cc: | Rick Macdonald | Trac Release: | 0.11 |
Description
In 0.11.4 the "Change" link is only shown for users with TICKET_ADMIN or TRAC_ADMIN privileges, but as far as I've understood the purpose of the Plugin it should appear for unprivileged users at least with their own comments or changes to a ticket. Am I getting something wrong here?
I'd be glad if someone could verify this with a rather clean install of Trac 0.11.4, since I have a lot of plugins installed and enabled in my install. Just to make sure this defect is not caused by some interference with another plugin.
Please feel free to e-mail me if you need further information.
Cheerz, Martin
Attachments (0)
Change History (7)
comment:1 Changed 15 years ago by
Summary: | Change Link ist only shown for users having ADMIN privileges → Change Link list only shown for users having ADMIN privileges |
---|
comment:2 Changed 15 years ago by
Summary: | Change Link list only shown for users having ADMIN privileges → Change Link is only shown for users having ADMIN privileges |
---|
comment:3 Changed 15 years ago by
comment:4 Changed 15 years ago by
Summary: | Change Link is only shown for users having ADMIN privileges → Add a TICKET_COMMENT_CHANGE permission |
---|---|
Type: | defect → enhancement |
Changing this ticket to an enhancement for a TICKET_COMMENT_CHANGE
permission.
comment:5 Changed 14 years ago by
Owner: | changed from Sergei Luchko to Ryan J Ollos |
---|---|
Status: | new → assigned |
comment:6 Changed 14 years ago by
Cc: | Rick Macdonald added; anonymous removed |
---|
comment:7 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Closing as wontfix since the plugin has been deprecated. The permission is now available in the Trac core with Trac 0.12: t:TracPermissions#TicketSystem.
The behavior I'm seeing is that the Change link is only shown for users with TICKET_ADMIN privilege (and this would surely extend to users with TRAC_ADMIN priviledge as well). This seems consistent with the description on the wiki page as well.