Closed (fixed)
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Views integration
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
2 Oct 2015 at 18:30 UTC
Updated:
4 Sep 2023 at 22:04 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
liam morlandComment #3
realityloop commentedComment #4
liam morlandDo I have it right that what is needed is a new option in project_issue_get_projects()?
Comment #5
pwolanin commentedYes, I might also like an easier way to exclude one project (e.g. I see Drupal core in my list and all core issues due to being in maintiners.txt)
Comment #6
dwwRe: #5: Right, @berdir and I were just discussing in the Slack that we should probably special-case core in a d.o hack for this feature, since *no one* listed in MAINTAINERS.txt wants core polluting their "My projects" page. ;)
Comment #7
dwwCompletely untested patch, but something like this is probably what we need.
I've lost all perms for access to d.o, testing, etc. My local d.o dev site is no more. So this is all blind coding. I also haven't looked at the project_issue codebase in a few years, so I'm probably rusty. But I figured I'd try to get this started...
Enjoy,
-Derek
Comment #8
froboyConfirming this is still an issue. I've created zero projects on my own but am maintainer of 40+ and none of them show up here.
Comment #9
fjgarlin commentedThe previous patch no longer applied. It seems that the concept of "participant" was dropped.
I tried to recreate the patch (not tested yet).
Comment #10
fjgarlin commentedTried the patch here: https://fjgarlin-drupal.dev.devdrupal.org/project/user
It's not working as expected, so we need more changes somewhere else.
Comment #11
fjgarlin commentedThe attached patch here should fix the issue. Please review.
Note that you'd need to change the view located at: "/admin/structure/views/view/project_issue_user_projects/edit"
* FILTER CRITERIA > Project (Projects a user maintains) > Settings
* Then change "Project choices to provide" to "Projects maintained by a given user".
* And remember to click "Save".
The patch is in action here: https://fjgarlin-drupal.dev.devdrupal.org/project/user
Comment #13
drummCommitted along with exporting the Views changes. Thanks!
Comment #14
froboyI see all of my projects now. Thank you!!!