extension_builder
extension_builder copied to clipboard
Properties with underscores
Describe the bug Properties are requested with underscores instead of camelCase in the builder module and they are created with underscores in the models too, like $my_property. This clashes certainly with extbase and should be changed back, like it was before.
To Reproduce Steps to reproduce the behavior:
- Go to any model in the builder module and try to enter a property in camelCase
- see: upper case is not allowed there
- create property with underscore instead, and save
- See underscore in the created model file
Expected behavior That properties are created extbase compatible with camelCase
TYPO3 Version v12
Extension Builder Version: Git-branch or TER version? v12
might be duplicate of #730