Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert record rendering not possible because of missing stdWrap functionality #508

Closed
colorcube opened this issue Dec 12, 2023 · 1 comment

Comments

@colorcube
Copy link

in tt_content.php tt_address is registered for "insert record":

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToInsertRecords('tt_address');

But that doesn't work. There's no predefined setup and it's not possible to make that work without changes to the controller.

There are three pull requests to make rendering setup possible: #203 #256 #337

Funny thing, they all do the same. Maybe one could be merged?

@georgringer
Copy link
Contributor

no stdwrap needed, but fixed now

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

No branches or pull requests

2 participants