Skip to content

Modx 3.0.3 Collections 4, error in Collections setting contentType #361

@Mabol

Description

@Mabol

When create a Collections View, in combobox with contentType, the first line don't translate the language topic collections.global.use_default

I think, this because in
core\components\collections\src\Processors\Extra\GetContentTypes.php
is not present collections:default
If i change
public $languageTopics = ['content_type'];
to
public $languageTopics = ['content_type', 'collections:default'];
the problem is risolt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions