Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
This repository was archived by the owner on Dec 4, 2018. It is now read-only.

Missing tx_flux_children in TCA? #388

@monosize

Description

@monosize

in \FluidTYPO3\Flux\Helper\ContentTypeBuilder::addBoilerplateTableConfiguration the field tx_flux_children is added to the showitem, if the workspace extension isn't loaded.
see here https://github.com/FluidTYPO3/flux/blob/65a7efc0eb19ccf5a448c15817281a53b340d5c7/Classes/Helper/ContentTypeBuilder.php#L200

        if (!ExtensionManagementUtility::isLoaded('workspaces')) {
            $GLOBALS['TCA']['tt_content']['types']['fluidcontent_content']['showitem'] .= ', tx_flux_children';
        }

Should that also inserted in Configuration/TCA/Overrides/tt_content.php?

see here

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