in testing 5.x porting, i noticed that a project which didn't have the issue tracker enabled was still showing up with a full row in the my projects table, complete with the "Issue links" (none of which are valid) and stats about non-existant issues. it should probably print out something like "Disabled" under the issue links or something (maybe as a link to "node/[nid]/edit/issues" so you could enable it if you wanted).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | my_project.patch | 3.11 KB | hunmonk |
Comments
Comment #1
hunmonk commentedtested and applied attached patch to 5.x-2.x, 5.x-1.x, 4.7.x-2.x
Comment #2
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
dwwNote: there were some buggy edge cases in this patch. However, I was touching the same code for something else, so I fixed these over at http://drupal.org/node/214327#comment-706016 if anyone cares to look. ;) Thanks.