Modify ↓
#6062 closed defect (worksforme)
user in CC list, usernames separated by space --> unable to access ticket
Reported by: | Owned by: | Noah Kantrowitz | |
---|---|---|---|
Priority: | high | Component: | PrivateTicketsPlugin |
Severity: | major | Keywords: | |
Cc: | vladimirr@…, Ryan J Ollos | Trac Release: | 0.11 |
Description
If user has TICKET_VIEW_SELF permission and new ticket is created with that user's username as member of "CC" list, if usernames in "CC" are separated only by space and not by ",", that user is not able to access to the new ticket until CC list is fixed and usernames separated by coma.
Attachments (0)
Change History (3)
comment:1 Changed 15 years ago by
comment:2 Changed 14 years ago by
Cc: | Ryan J Ollos added |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
For some time now in Trac, CC lists are fixed up such that they are comma-separated. This is true in Trac 0.11.7, so if you find it is not a feature of an earlier version of Trac, I'd suggest upgrading.
comment:3 Changed 14 years ago by
It seems this is also true in Trac 0.10.6dev
, from the test I just did. Please reopen if you can reproduce the issue under different circumstances.
Note: See
TracTickets for help on using
tickets.
The AutocompleteUsersPlugin has kept me from ever encountering this situation since it appends a comma when autocompleting.