Skip to content

Base path is too long to get BAT used with entity_translation module #62

@borisbsu

Description

@borisbsu

Here is the base path for bat_type entity: admin/bat/config/types/manage/%bat_type

'base path' => 'admin/bat/config/types/manage/%bat_type',

When entity translations are done using entity_translation module, then entity_translation programatically adds menu routes of such pattern: <base_path>/edit/add/%/%

in case of bat_type entity the full path will have 10 components:
admin/bat/config/types/manage/%bat_type/edit/add/%/%

but Drupal 7 supports only maximum 9 parts in menu path:

image

so as I result we will get 404 Not Found errors for translate pages of bat_type entity:

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions