Bug #83502
closedYAML files not managed through FAL - can be deleted via file list
100%
Description
One of the main advantages of FAL is that files that are in use in the FE are protected against accidental deletion by BE users. This is not true for form.yaml files.
This is a bug, not a feature request.
If a user has the right to create/edit forms, the corresponding .yaml file is created in the file storage, to which the user must by definition have read/write access. Since .yaml files are not controlled through FAL, the user can delete these files without the typical FAL protection (e.g. "The file cannot be deleted since it is still used at the following places: [record:tt_content:XYZ]" error). In addition, files with/without FAL management are now stored in the same storage structure. Users used to FAL will not think twice about deleting files without FAL references, as those apparently are not used in the FE.
Updated by Frans Saris almost 7 years ago
Not sure if FAL is the way to go here as you can also use yaml files from extensions and those shouldn't be indexed/referenced as FAL objects. Maybe a combination of both could be used.
A reference of every used yaml file in the sys_ref would also prevent the user from deleting the files.
Updated by Björn Jacob almost 7 years ago
- Related to Feature #82089: EXT:form Support "imports" in form configuration added
Updated by Björn Jacob almost 7 years ago
This only happens in the list module. The form manager can handle this properly. Right now, we are discussing the solution of this problem.
As a first step (workaround), you could set a different folder for your forms. Please check the docs: https://docs.typo3.org/typo3cms/extensions/form/Concepts/FormFileStorages/Index.html
In TYPO3 v9 we ship a dedicated folder for form definitions.
Updated by Björn Jacob almost 7 years ago
- Subject changed from form.yaml files not managed through FAL to YAML files not managed through FAL - can be deleted via file list
Updated by Björn Jacob almost 7 years ago
- Related to deleted (Feature #82089: EXT:form Support "imports" in form configuration)
Updated by Björn Jacob almost 7 years ago
- Status changed from New to Accepted
- Assignee set to Ralf Zimmermann
Updated by Björn Jacob almost 7 years ago
- Status changed from Accepted to In Progress
Updated by Gerrit Code Review almost 7 years ago
- Status changed from In Progress 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/55830
Updated by Gerrit Code Review almost 7 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/55830
Updated by Gerrit Code Review almost 7 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/55830
Updated by Gerrit Code Review almost 7 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/55843
Updated by Ralf Zimmermann almost 7 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2dd7f853aaa5be858e2e6346b0b59d7085f22170.
Updated by Björn Jacob almost 7 years ago
- Related to Bug #83991: Deletion test in form module is case insensitive added