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

Properties with underscores #761

Open
DavidBruchmann opened this issue Apr 3, 2024 · 1 comment · May be fixed by #764
Open

Properties with underscores #761

DavidBruchmann opened this issue Apr 3, 2024 · 1 comment · May be fixed by #764

Comments

@DavidBruchmann
Copy link
Collaborator

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:

  1. Go to any model in the builder module and try to enter a property in camelCase
  2. see: upper case is not allowed there
  3. create property with underscore instead, and save
  4. 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

@DavidBruchmann
Copy link
Collaborator Author

might be duplicate of #730

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