Closed (fixed)
Project:
Drupal core
Version:
9.4.x-dev
Component:
node system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jan 2022 at 21:30 UTC
Updated:
15 Jul 2022 at 13:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
_kash_ commentedComment #3
cilefen commentedComment #4
_kash_ commentedComment #7
jrglasgow commentedThis is working for me
Comment #8
krzysztof domańskiComment #9
ramarajuk commentedThis patch works for us.
Comment #11
alexpott@jrglasgow it seems your MR is exactly the same as @_KASH_'s patch. So removing credit.
Here's a test - this is not just a performance fix it is also a bug fix. Note that Views in Drupal 7 already does:
So it already has the fix or perhaps we broke this when converting to a plugin.
Comment #12
alexpottLink to the views Drupal 7 code... https://git.drupalcode.org/project/views/-/blame/7.x-3.x/modules/node/vi...
Comment #13
alexpottWe need different patches on 10.x and 9.x here they all are...
Comment #15
lendudeYeah, we broke this in the issue @_KASH_ linked: #2628130: SQL error on revision export from view
Looks like a good fix and test to me.
Comment #22
catchCommitted/pushed to 10.1.x, cherry-picked to 10.0.x, then the same for 9.5.x and 9.4.x, thanks!