Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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