Opened 10 years ago
Closed 8 years ago
#11862 closed defect (wontfix)
User with TICKET_VIEW_SELF adding himself to cc can't access ticket
Reported by: | hju | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | PrivateTicketsPlugin |
Severity: | normal | Keywords: | |
Cc: | hju | Trac Release: | 0.12 |
Description (last modified by )
A user (who is not the reporter) adds himself to cc while he is owner of the ticket. After changing ownership he cant access the ticket even so he is in cc an receiving notifications about the ticket changes.
Possible reason:
the user (ID: testuser
, email: testuser@example.com
) is added to the cc of the ticket with his email-address (testuser@example.com
) if he sets the Add to Cc:
option. If the user is entered be an admin with his ID (testuser
), everything works as expected.
Looks like the email-address does not fullfill the requirements of TICKET_VIEW_SELF
! (trac release 0.12.2)
Attachments (0)
Change History (4)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | user whith TICKET_VIEW_SELF adding himself to cc cant access ticket → Wser with TICKET_VIEW_SELF adding himself to cc can't access ticket |
comment:3 Changed 10 years ago by
Summary: | Wser with TICKET_VIEW_SELF adding himself to cc can't access ticket → User with TICKET_VIEW_SELF adding himself to cc can't access ticket |
---|
comment:4 Changed 8 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'd take a patch, but otherwise won't implement the reverse lookup anytime soon.
found the following hint (#t8681) to change cc added from email to user... Would be better if this plugin works independant from this.