Problem/Motivation

Whn using custom views template views-view.html.twig, main div attributes are not rendered

Steps to reproduce

Install last Drupal 9
Install Bootstrap 4
Set Bootstrap 4 as default theme
Create a view page
Go to this view page
Look at the source code : the div will be something like '<div class="contextual-region js-view-dom-id-0be0d80269a3d60b24a80358fc3002843d6ef20f60e663b7680209d4b83efe80">', missing view-id etc

Proposed resolution

Don't know yet, debugging

Remaining tasks

User interface changes

API changes

Data model changes

Comments

tahiticlic created an issue. See original summary.

tahiticlic’s picture

Issue summary: View changes
tahiticlic’s picture

Status: Active » Closed (works as designed)

My mistake, copying the files from another theme, I didn't notice that the custom classes were not set.