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

Saving and reopening (simple) new extension shows undefined properties #788

Open
bytesinmotion opened this issue May 15, 2024 · 5 comments
Labels
bug Something isn't working GUI TYPO3 12

Comments

@bytesinmotion
Copy link

I just created a new extension. Just basic infos and created one Domain object with two properties.
Saving works fine and database definition all is ok.

Now I load it in the extensionBuilder and the two properties I defined show up as "undefined" and are empty.
Saving of course gives error. I tried to reenter the values for the properties. Saved, reopened. Same problem.

Tried with "typo3-12-reactjs" and with "v12-load-old-extensions" - same problem

Attached the simple definition

ExtensionBuilder.json

@PKuhlmay
Copy link
Collaborator

Thank you, I am currently on it as I needed to refactor the extension loading. This should be solved soon.

@PKuhlmay PKuhlmay added bug Something isn't working TYPO3 12 GUI labels Jun 30, 2024
@PKuhlmay PKuhlmay self-assigned this Jun 30, 2024
@bytesinmotion
Copy link
Author

Is there a working version for TYPO3 v12 around? Can be buggy I just would need to create base structure and tables.

@DavidBruchmann
Copy link
Contributor

DavidBruchmann commented Jan 22, 2025

@bytesinmotion I created a folder with the extension key and moved your json file inside.
After this I could open and also change your mini-extension. I added the field description and it was saved in the extension.
I also could open another module in the BE and open the extension again in Extension Builder.
I used the branch typo3-12-reactjs.
So perhaps you've to pull to update the branch?

This is the file after my change: ExtensionBuilder.json

@bytesinmotion
Copy link
Author

Perfect. Yeah I haven't needed the extension_builder since when I posted this issue.
I need to create a new custom extension now and saw no update so I just wanted to confirm. Thanks!

@DavidBruchmann
Copy link
Contributor

thanks for the feedback!
@PKuhlmay I think the issue can be closed then.

@PKuhlmay PKuhlmay removed their assignment Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI TYPO3 12
Projects
None yet
Development

No branches or pull requests

3 participants