Change record status: 
Project: 
Introduced in branch: 
8.7.x
Introduced in version: 
8.7.0
Description: 

Previously, when a views had an exposed filter, and "Exposed form in block" was turned on, the view had a title and the block was set to display the title, it would not display the title, and overriding the title in the block configuration would not display a title either.

For clarity, before this would not display a title:

This has now been fixed and these blocks with either Display title or Override title turned on will display the title views title or the overridden title respectively.

The update path updates existing views, disabling the label_display setting so as preserve expected previous functionality.

Actions for site builders / themers / developers:

  • If you'd like to make use of this setting now, please make sure you were not already manually printing this on your templates so as to avoid displaying the block titles twice.
  • If your site is using other means of inserting these blocks into the page, like page_manager/panels, make sure to revisit this setting so as to prevent presenting the titles twice.
Impacts: 
Site builders, administrators, editors
Themers
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done

Comments

Wisamx’s picture

I am still having the problem on Drupal 8.5

ksi’s picture

Since 8.1 and for some years this error is present in every version. And after finding and applying a (version specific) patch the title is (was) displayed.

I don't understand why this bug can't be fixed in all versions. Why is there a need to detect, report, check, fix (or search for a patch) and finally patch everywhere the same bug from version to version?