Task #78839
Updated by Ralf Zimmermann almost 8 years ago
Add an option to the saveToDatabase finisher which makes it possible to update an already existing database record.
Use this example to test the behavior
https://code.tritum.de/TYPO3.CMS/ext_form_example1480460405
* Install ext_form_example1480460405.
* Add a fe_user record.
* Place a fe_user loginbox on some page.
* Place the contentelement called "ext_form_example1480460405" on some page.
* Go to the frontend and login as a fe_user.
* Now go to the page with the "ext_form_example1480460405" CE.
With this patchset it is possible to edit this database record instead of create a new one.