Problem/Motivation
Steps to reproduce
- install a standard drupal 10 site
- enable components and radix
- set radix as default theme
- Go to /admin/structure/block and add the "Recent content" block to the content region.
- Uncheck "Display title" and save the block configuration.
- Go the home page.
- Not that the block shows "Recent content" above it.
Proposed resolution
Revert this commit
https://git.drupalcode.org/project/radix/-/commit/d1f5205e06a77f259a7730...
or
or properly set a variable for "show_title" in a preprocess function so that it doesn't fall back to TRUE all the time.
Issue fork radix-3378923
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:
Comments
Comment #2
kumkum29 commentedSame problem for me with a site built with the radix version 5.0.4.
For the moment, I have altered the views-view.html.twig template inside my custom theme.
Comment #3
morbus iffThis is a very similar problem to https://www.drupal.org/project/radix/issues/3378737 - variable naming was changed, without actually changing the parent functionality to match.
Comment #5
robbt commentedThanks for reporting this I have ran into the same issue and just discovered why this was occurring.
Comment #6
doxigo commentedThanks for the report, reverted it
Comment #7
doxigo commented