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

SelectProperty invalid type #785

Open
instance-pro opened this issue May 5, 2024 · 0 comments
Open

SelectProperty invalid type #785

instance-pro opened this issue May 5, 2024 · 0 comments
Labels
bug Something isn't working TYPO3 12

Comments

@instance-pro
Copy link

Describe the bug
Invalid select field type. In the backend it shows that it is a varchar field. However, an integer field is created in the model.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Extension Builder
  2. Click on New Model Object
  3. Create a new Property of type Select
  4. See error in the model after you create the extension

Expected behavior
Either an integer or varchar would have to be configurable, currently it is mixed.

Screenshots
If applicable, add screenshots to help explain your problem.

TYPO3 Version
12

Extension Builder Version:
v12.0.0-beta.2

Additional context
affected files:
https://github.com/FriendsOfTYPO3/extension_builder/blob/v12.0.0-beta.2/Resources/Private/CodeTemplates/Extbase/Partials/TCA/SelectProperty.phpt
https://github.com/FriendsOfTYPO3/extension_builder/blob/v12.0.0-beta.2/Classes/Domain/Model/DomainObject/SelectProperty.php

@PKuhlmay PKuhlmay added TYPO3 12 bug Something isn't working labels Jun 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working TYPO3 12
Projects
None yet
Development

No branches or pull requests

2 participants