Closed (fixed)
Project:
Drupal core
Version:
10.0.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Oct 2022 at 12:29 UTC
Updated:
4 Aug 2024 at 10:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
mondrakeSeems to me just cruft in views code.
Comment #4
mondrake(not so) Random test failure
Comment #5
daffie commentedAll code changes look good to me.
For me it is RTBC.
Comment #7
catchCommitted/pushed to 10.1.x and cherry-picked to 10.0.x, thanks!
Comment #11
quietone commentedClosed #2937299: Unused variable and condition check in core/modules/views/src/Plugin/views/argument_validator/None.php as a duplicate, That issue refers to another, already closed duplicate. Adding credit for both.
Comment #12
berdirNote: The code here wasn't quite as dead as it seemed. It's a copy from the parent:
For EntityReverse, $def == $alias as there are two tables, this wasn't adjusted when it was originally copied from the parent. In practice, this never worked and it was never needed to use a different join plugin than standard, so removing it seems fine.
Found this because I was trying to understand the copied code added in #2799479: Views doesn't recognize relationship to host