The Needs Review Queue Bot → tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide → to find step-by-step guides for working with issues.
- First commit to issue fork.
- @bhanu951 opened merge request.
- Status changed to Needs review
almost 2 years ago 1:21pm 31 January 2023 - Status changed to Needs work
almost 2 years ago 11:41pm 16 February 2023 - 🇺🇸United States smustgrave
This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request → as a guide.
This could use an issue summary update using the default template. Steps to reproduce? Was the suggestion what was used in the solution?
Taking this setting away seems like it could affect existing views. If so they'll need upgrade paths.
- 🇺🇸United States tyler-durden
Hours of searching, and I keep on finding this post so I need to ask some questions.
I'm converting my site from Drupal 7 to 10, where on D7 I had multiple views with a contextual filter that properly got the userid from the node the block was on, so I could show other nodes from this author. I have spent hours trying to get it to work, is this post stating this is not working in Drupal 10+?
I have the option, "Also look for a node and use the node author" checked so I'd assume since that option is in there it should be working? This seems to be a feature I'd think many sites would need, so maybe I'm just not doing something right?
I'd try this patch, but it looks like it has issues now and I'm on 10.1. If this is the patch to try I can help test, as I'm not a programmer but I will help how I can.
- 🇺🇸United States tyler-durden
I found a work around, instead of basing my view on node/content, I based it on users and used the authour/user relationship to pull nodes and it works great.