project_issue_my_projects_table() totally isn't ported to D7. I'm not sure if we should redo it as a view or EFQ it.
For now I am commenting out the part that tries to add it.
project_issue_my_projects_table() totally isn't ported to D7. I'm not sure if we should redo it as a view or EFQ it.
For now I am commenting out the part that tries to add it.
Comments
Comment #1
dwwYeah, we might totally refactor all of this as per #101341-36: 'My projects' should also display projects that are being co-maintained. Punting for now is just dandy.
Comment #2
dwwBased on a Skype chat, we're going to do mostly what I explained at #101341-36: 'My projects' should also display projects that are being co-maintained. The "Your projects" tab should *just* be the table of stuff about all of your projects, a link to add a new project, etc. The custom issue-queue view bolted onto the bottom of this page needs to move to another place (a sub-tab of "Your issues").
To just move this page and do a straight port of the table, we're guessing 1 day.
Comment #3
bdragon commentedI had already converted it to a view but it got lost. I recovered it from my git stash.
http://drupalcode.org/project/project_issue.git/commit/a041f34d461e5ff8b...
http://drupalcode.org/project/project_issue.git/commit/7d18a31431c2aef62...
The "Add project" link is missing because of the content type split, but other than that it should match behavior.
Comment #5
dwwOn git7site "Your projects" is now just the issue queue view, and I don't see the view from this issue (the table of projects and operation links) anywhere. This is perhaps a d.o migration/configuration problem, but I wanted to reopen this for now since it has the more relevant info.
Comment #6
drummComment #7
drummhttp://drupalcode.org/project/project_issue.git/commit/ec8a9e2 should take care of it. I expect the display's machine name changed at some point.