Feature #79530
closedEpic #77909: Enhance EXT:form
Feature #77910: Introduce new form framework
EXT:form - Extend SaveToDatabase finisher
100%
Description
The following should be possible
- Save data into multiple tables
- pass data (like insert uids) between the database operations
- make it possible to define static values like 'pid' etc.
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from Under Review to New
Please use this extension to test all the new features:
https://code.tritum.de/TYPO3.CMS/ext_form_example1485703444
Description
This example provide a form to upload an image and edit some data.
After the form submit, a hidden tt_content textmedia element will be created with the referenced uploaded image.
Additionaly the metadata of the image will be written. The values comes from the form elements on the first page.
The text from the second page will be taken as the bodytext field for the new created textmedia element.
Dont' forget to edit storagePid within Configuration/TypoScript/constants.txt.
The CE will be created on this page uid.
Installation
- install ext_form_example1485703444
- create a new ext:form plugin
- select 'EXT:ext_form_example1485703444/Resources/Private/Forms/ext_form_example1485703444.yaml'
- include the static templates
- configure the storagePid within Configuration/TypoScript/constants.txt
- goto frontend
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from New to Under Review
Updated by Gerrit Code Review almost 8 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Gerrit Code Review almost 8 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Ralf Zimmermann almost 8 years ago
- Subject changed from Ext:form - Extend SaveToDatabase finisher to EXT:form - Extend SaveToDatabase finisher
Updated by Gerrit Code Review almost 8 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Gerrit Code Review almost 8 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Gerrit Code Review almost 8 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Gerrit Code Review almost 8 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Gerrit Code Review almost 8 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/51456
Updated by Ralf Zimmermann almost 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 12fd6b6ae7a14ca22d9f0cfa6cf9bcaa62046f4a.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed