FriendsOfTYPO3 / tt_address

Add address / contact datasets to your content management system.
GNU General Public License v2.0
38 stars 76 forks source link

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

Closed colorcube closed 4 months ago

colorcube commented 8 months ago

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 commented 4 months ago

no stdwrap needed, but fixed now