Problem/Motivation
While I was diagnosing #3265035: Infinite scroll stops working when views display formatter is grid I discovered that the Olivero front page views template is missing a template variable that is normally included. Here it is in all the other views templates so we should include it on the Olivero front page too so things like Views Infinite Scroll can work.
Issue fork drupal-3408913
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3408913-olivero-views-front
changes, plain diff MR !5808
Comments
Comment #3
lillian bozeman commentedComment #4
tim bozeman commentedYep! That template variable is definitely missing. It's in all the other ones though so we should include it here too:
Comment #5
tim bozeman commentedComment #6
quietone commentedI'm triaging RTBC issues. I read the IS and the comments. Certainly a short read! There are no unanswered questions or other work to do.
Thanks for the links in the issue summary to similar templates.
Leaving at RTBC.
Comment #7
longwaveCommitted and pushed 345a406781 to 11.x and 3b26fe76fc to 10.2.x. Thanks!