Problem/Motivation
As part of the changes in #3350578: Cannot use with a Search API Index view, the schema type of bundle was changed to sequence. This can result in a bunch of extraneous config being stored, such as:
bundle:
block: block
block_content: basic
block_content_type: block_content_type
comment: comment
comment_type: comment_type
editor: editor
field_storage_config: field_storage_config
field_config: field_config
file: file
filter_format: filter_format
image_style: image_style
menu_link_content: menu_link_content
node: event
node_type: node_type
path_alias: path_alias
search_page: search_page
shortcut: default
shortcut_set: shortcut_set
smart_date_format: smart_date_format
action: action
menu: menu
taxonomy_vocabulary: taxonomy_vocabulary
taxonomy_term: tags
user_role: user_role
user: user
pathauto_pattern: pathauto_pattern
view: view
date_format: date_format
base_field_override: base_field_override
entity_form_mode: entity_form_mode
entity_view_mode: entity_view_mode
entity_view_display: entity_view_display
entity_form_display: entity_form_display
All that is really needed to render the link is the string for the bundle.
Proposed resolution
Revert the schema change.
Comments
Comment #4
mandclu commented