-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make it possible to render forms in v9.5 #4
base: master
Are you sure you want to change the base?
Conversation
done. At the end there is one big question left - will we invest time to keep the wizard running? Would mean, that we put extjs into the extension, that we change the VH to fit in the new schema of v9, that we either adjust the JS to load extjs either via requireJS or the pagerenderer. any ideas for that dilema? |
from my POV it's not worth the time. But there is also an community POV:
|
Hey @kaystrobach, in general I'm happy to work on this extension (which could be "making it possible in newer versions of TYPO3" or "add better migration tools to the new Form Framework), if: As this extension, just like most of TYPO3 contributions (incl. my time) are funded by individuals or their employers (and their clients), I won't actively put in energy in doing so. Other than that, I don't think I don't think it makes a lot of sense to put in my (or anyone else's) spare time in continuing developeing an extension which has been superseded by a better alternative. |
I think this whole project is not so well known :-/ Maybe we should form an initiative out of it ... just thinking. |
I am with Kay. The extension is not well known. We've spent a lot of time on the form wizard in the former days. It is a very complex construct and will be quite difficult to have it running with the old ExtJs version (I think newer ones wouldn't work). IMHO it would be better to create a migration path to the new form framework. |
@bmack having a final decission to remove the form wizard here would allow me to finalize this PR Options: a) just render a textarea |
Basically: Let's make the extension to be working in v8+v9 at the same time. This means that in v9 we render the textarea whereas in v8 the custom Wizard is loaded. |
Agree |
No description provided.