Overridden view block title should be set on the view itself
2 open threads
Closes #3461896
Merge request reports
Activity
added 1 commit
- 96d75d29 - move injection point of views block title override
added 1 commit
- 63e53688 - move injection point of views block title override
added 1 commit
- 2689034b - move injection point of views block title override
added 1 commit
- 064948ce - move injection point of views block title override
37 37 table: views_test_data 38 38 field: name 39 39 title: test_view_block 40 footer: 41 area_text_custom: 42 id: area_text_custom 43 table: views 44 field: area_text_custom 45 relationship: none 46 group_type: group 47 admin_label: '' 48 plugin_id: text_custom 49 empty: false 50 content: '<div id="test-view-block--title">[view:title]</div>' changed this line in version 8 of the diff
added 1 commit
- 25e8b380 - remove static identifier from view footer; use xpath instead
added 1 commit
- 66a4426d - remove static identifier from view footer; use xpath instead
- Resolved by Clay Freeman
added 1 commit
- cc39e491 - attempt to revert removal of ::getConfiguration() to see if tests still pass
269 269 'views_label' => 'Custom title', 270 270 'region' => 'sidebar_first', 271 271 ]); 272 $block_title_xpath = $this->assertSession()->buildXPathQuery('//aside[contains(@class, "layout-sidebar-first")]//div[@id = :id]/h2', [ 272 $block_xpath = $this->assertSession()->buildXPathQuery('//aside[contains(@class, "layout-sidebar-first")]//div[@id = :id]', [
Please register or sign in to reply