Closed (fixed)
Project:
Project
Component:
Projects
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2004 at 21:59 UTC
Updated:
20 Feb 2005 at 12:15 UTC
I have project.module CVS running on my site to track user issues and requests against the site code. All issues submitted without anybody set in the "assigned" field aren't being displayed on the issue listings.
Also, users can only assign themselves while submitting an issue. The same happens on drupal.org. What's the point of this field?
Comments
Comment #1
(not verified) commentedI had the same problem.
I fixed it by adding a user to the {users} table with uid=0 and name='Anonymous'
Ewout
Comment #2
dries commentedThere should be a user with uid = 0. Try:
SELECT * FROM users WHERE uid = 0;to see if there is such user.
Comment #3
dries commentedComment #4
(not verified) commented