Actions
Bug #92219
closedEXT:form adding new file storage to allowedFileMounts won't show up in the creation dialog
Start date:
2020-09-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.2
Tags:
form
Complexity:
Is Regression:
No
Sprint Focus:
Description
My form persistenceManager config is spread in two files, one is located inside an extension, one lies in the fileadmin.
The one in fileadmin can be edited to add more allowedFileMounts to the list.
If one does so, the new allowedFileMount is not shown during creation of a new form, but it should be. The reason being is that the list is cached, thus making it mandatory to clear all caches.
Also, after removing file storages from the list, I am still able to save new forms to those deleted storages.
Actions