View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003844 | mantisbt | bugtracker | public | 2004-05-17 05:17 | 2005-07-23 02:08 |
| Reporter | manulamb | Assigned To | thraxisp | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0003844: missing outer joins in "print_api.php" | ||||
| Description | After installing Mantis, it turned out that the "assigned to", "reported by" and "category" dropdown lists where always empty in the "view bugs" screen. I had to manually add a couple of outer joins in the SQL of file ... (see attached new version). Functions in "print_api.php" : | ||||
| Tags | No tags attached. | ||||
| Attached Files | |||||
|
this is similiar to 0003721 |
|
|
I've also noticed this behaviour, here are some more details. I'm using the current CVS version (0.19-DEV) but the problem also occurs in 0.18.x. (In addition to 0003721, issue 0003243 is reporting the same problem.) The "assigned to" field in the view issues filter does not contain any users when:
As soon as a single user is assigned to a project, the drop-down is populated correcly. As shown in the above attachment, we should not rely on the fact that the project_user_list_table has rows in it. |
|
|
These were incorporated somewhere along the way to the 1.0.0 release. |
|