Actions
Bug #105566
closedFormPersistenceManager::ensureValidPersistenceIdentifier called with empty $formSettings on saving
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2024-11-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
On saving a form in the backend editor, FormPersistenceManager::ensureValidPersistenceIdentifier is called with an empty $formSettings. Therefore checks for $this->isFileWithinAccessibleExtensionFolders() always fails.
The same method is also called on listing the forms in the backend module and on opening a form in the backend and in both cases $formSettings contains the data set in the yaml.
Therfore the form can be opened and edited but not saved.
Actions