Opened 18 years ago
Closed 18 years ago
#3573 closed defect (worksforme)
restrict_owner - assigned to field doesn't populate new logged in users with name and email address
Reported by: | shawn | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | ticket system | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I update to version 0.10dev just a couple of days ago and now the assigned to field doesn't populate newly created users anymore after they have logged in and set their name and email.
Attachments (0)
Change History (4)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Yes. They don't have that permission. I didn't get the chance to update this ticket but after examining the code, it is clear that they must have the TICKET_MODIFY permission.
This, however will not work for what I'm trying to do. In my situation, there's only a few who should really be on the assignto list. So what I end up doing is modify the API.PY file to suit what we are trying to do. What I'm doing is quick and dirty for us so I won't even want to submit my code for others to review. But, I do like to share some ideas though.
Please check ticket 3580 for…. well… maybe an enhancemnet.
comment:3 by , 18 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:4 by , 18 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
closed status should only be used when some changes to the source code have been made.
That might be caused by those users not having
TICKET_MODIFY
permissions. Can you check that?