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

Missing tx_flux_children in TCA? #388

Open
monosize opened this issue Feb 17, 2017 · 1 comment
Open

Missing tx_flux_children in TCA? #388

monosize opened this issue Feb 17, 2017 · 1 comment

Comments

@monosize
Copy link
Member

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

@NamelessCoder
Copy link
Member

Hmm, yes, looks like we could use the boilerplate tca function from flux for this. Less duplication is always good!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants