You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I choose [advanced option enabled] "map to an existing table" (e.g.: fe_users) I got an 500 error and a html stacktrace in the modal window.
Exception: EBT\ExtensionBuilder\Domain\Validator\ExtensionValidator:: validationResult()
This means the type field can not be used for defining the record type.
You have to configure the mappings yourself if you want to map to this.
To Reproduce
Steps to reproduce the behavior:
Create a new model
Select "advanced option enabled" and set the field "map to an existing table" to "fe_users"
See error
Expected behavior
In previous versions it was possible to map the Extbase Model to an existing table (e.g. fe_users, tt_address) and extend it.
TYPO3 Version
Using TYPO3 12.4.17
Extension Builder Version:
dev-main (v12-react)
The text was updated successfully, but these errors were encountered:
Describe the bug
If I choose [advanced option enabled] "map to an existing table" (e.g.: fe_users) I got an 500 error and a html stacktrace in the modal window.
Exception: EBT\ExtensionBuilder\Domain\Validator\ExtensionValidator:: validationResult()
This means the type field can not be used for defining the record type.
You have to configure the mappings yourself if you want to map to this.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In previous versions it was possible to map the Extbase Model to an existing table (e.g. fe_users, tt_address) and extend it.
TYPO3 Version
Using TYPO3 12.4.17
Extension Builder Version:
dev-main (v12-react)
The text was updated successfully, but these errors were encountered: