Opened 16 years ago
Closed 16 years ago
#3188 closed defect (invalid)
Add user combobox is empty, can't create a code review
Reported by: | anonymous | Owned by: | Sebastian Marek |
---|---|---|---|
Priority: | high | Component: | PeerReviewPlugin |
Severity: | major | Keywords: | bug |
Cc: | Trac Release: | 0.11 |
Description
I'm using Trac 0.11rc2 and PeerReview? 2.2-dev branch.
When I try to create a new code review I'm unable to add any users because the combobox is empty (although I do have several users in that trac environment).
I see the following in my Apache error log:
File does not exist: /path/to/apache/doc/root/trac-mysql, referer: http://myserver.com/trac/SomeProject/peerReviewMain
This trac environment is using sqlite, so I don't get this thing with mysql.
Attachments (0)
Change History (3)
comment:1 follow-up: 2 Changed 16 years ago by
comment:2 Changed 16 years ago by
Replying to proofek:
Yes, I've spotted that too. Thanks for raising a ticket for that. But it's not responsible for empty users lists - make sure that users you want to see in that list have CODE_REVIEW_DEV permission assigned.
Thanks! CODE_REVIEW_DEV seems to fix the problem. But I would suggest that users with TRAC_ADMIN have this permissions anyway as we need some kind of evyrything-is-allowed permission and now it's TRAC_ADMIN. The point is that our scripts create new trac environments and set TRAC_ADMIN to everyone who has access to it. Sure we can modify those scripts, but it seems like it would be better if TRAC_ADMIN contained CODE_REVIEW_* in itself.
comment:3 Changed 16 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
maybe you could print out a hint?
Yes, I've spotted that too. Thanks for raising a ticket for that. But it's not responsible for empty users lists - make sure that users you want to see in that list have CODE_REVIEW_DEV permission assigned.