die-wegmeister / Wegmeister.DatabaseStorage

A Neos CMS plugin to store data into Database and export it as xlsx (and other table formats). Also compatible with the Neos FormBuilder (https://github.com/neos/form-builder).
GNU General Public License v3.0
5 stars 7 forks source link

TASK: Improve export when form definition changes, allow setting node… #24

Closed lorenzulrich closed 2 years ago

lorenzulrich commented 2 years ago

…TypesIgnoredInExport

This package only stores the FormElement identifier at the time of form submission in its entry data. This has some drawbacks:

This change improves this as follows:

Furthermore, the export contains too much information, such as Sections, Captchas (if configured) and possibly sensible information such as Passwords.

A new configuration nodeTypesIgnoredInExport is added to prevent the output of fields configured. The following types are excluded by default:

lorenzulrich commented 2 years ago

Closing this one since it's targeting Neos 4 that is now EOL.