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.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

mandclu created an issue. See original summary.

  • mandclu committed 3795423d on 2.0.x
    fix: #3606673 Revert schema update of bundle to "sequence"
    
    By: mandclu
    
mandclu’s picture

Status: Active » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.