We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When saving the extension custom methods inside existing models are deleted
To Reproduce
Create a Model. Save it. Add custom methods.
Configure overwriteSettings for Models like: overwriteSettings: Classes: Controller: merge Domain: Model: merge Repository: merge
Open the Extension in Builder again and save it => all custom methods in the model class file are gone.
Expected behavior keep custom methods and only add setters and getters for new properties
TYPO3 Version 12.4.11
Extension Builder Version: 12.0.0-beta.1
The text was updated successfully, but these errors were encountered:
Same wrong behavior for Controllers and Repositories
Sorry, something went wrong.
Thank you. I will have a look at it. If you know how to solve this, pull requests are welcome 😅
It seems it broke at commit 733e71cf8a31d84fd3be67bb17410f003348cc94
PKuhlmay
Successfully merging a pull request may close this issue.
Describe the bug
When saving the extension custom methods inside existing models are deleted
To Reproduce
Create a Model. Save it. Add custom methods.
Configure overwriteSettings for Models like:
overwriteSettings:
Classes:
Controller: merge
Domain:
Model: merge
Repository: merge
Open the Extension in Builder again and save it => all custom methods in the model class file are gone.
Expected behavior
keep custom methods and only add setters and getters for new properties
TYPO3 Version
12.4.11
Extension Builder Version:
12.0.0-beta.1
The text was updated successfully, but these errors were encountered: