View Issue Details

IDProjectCategoryView StatusLast Update
0005390mantisbtsqlpublic2005-04-18 10:40
Reporternuclearspike Assigned Tothraxisp  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Versiongit trunk 
Summary0005390: project_get_all_user_rows() is returning no users for private projects
Description

We have many private projects and have users individually assigned to the projects. After pulling the latest cvs code (1.0.0rc1), all places which list the users in a project were empty except for 'admin'. Filters, Assign-To drop downs, and in the Manage Project listing of users assigned. From the Manage Projects page, we noticed that the list of available users was properly weeding out the users who were actually already assigned to the project and from the users' pages we could see that they were properly assigned to the project. So, there is an error somewhere in the function either in the query itself or as it's filtering out the results when building the array to pass back. I switched the function back to 19.3's version to get it to work again, else nothing can be assigned to anyone except if logged in as admin.

TagsNo tags attached.

Relationships

has duplicate 0005295 closedthraxisp Private projects don't allow users who have been added to the project use the project... 

Activities

astax

astax

2005-03-30 01:52

reporter   ~0009681

See reslution in 0005396

thraxisp

thraxisp

2005-03-30 21:36

reporter   ~0009689

Fixed in CVS.