Very simple extension kickstarter to create TYPO3 based extensions

2 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Software Development Plugin Development

AI Summary: The `ext_kickstarter` TYPO3 extension generates Type Converters with a `convertFrom` method that incorrectly returns `void` instead of the converted object. The task is to modify the code generator within `ext_kickstarter` so that the generated `convertFrom` method correctly returns the converted object of the appropriate type.

Complexity: 4/5
Bug Accepted Good first issue

Very simple extension kickstarter to create TYPO3 based extensions

PHP
Software Development Plugin Development

AI Summary: The issue describes a problem where ObjectStorages are not properly initialized within the `initializeObject` method of a TYPO3 extension's domain model. The task requires debugging and correcting the `initializeObject` method in `MyOtherModel.php` to ensure ObjectStorages are correctly initialized, likely involving reviewing the existing code and potentially adding necessary initialization logic. The provided example shows an empty `initializeObject` method, suggesting the current implementation is missing the required initialization.

Complexity: 3/5
Good first issue

Very simple extension kickstarter to create TYPO3 based extensions

PHP