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).

CommentFileSizeAuthor
#1 my_project.patch3.11 KBhunmonk

Comments

hunmonk’s picture

Version: 4.7.x-2.1 » 5.x-2.x-dev
Status: Active » Fixed
StatusFileSize
new3.11 KB

tested and applied attached patch to 5.x-2.x, 5.x-1.x, 4.7.x-2.x

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

dww’s picture

Note: 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.