Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / block_content / src / BlockContentViewsData.php
index 010ede0ea59ad468488e991bc0511c5fd2136b38..e9ff0eb4cd83d1e777aa3ee849a80c1d0823c3d8 100644 (file)
@@ -23,6 +23,8 @@ class BlockContentViewsData extends EntityViewsData {
 
     $data['block_content_field_data']['type']['field']['id'] = 'field';
 
+    $data['block_content_field_data']['table']['wizard_id'] = 'block_content';
+
     $data['block_content']['block_content_listing_empty'] = [
       'title' => $this->t('Empty block library behavior'),
       'help' => $this->t('Provides a link to add a new block.'),