Bug #101457
closedDeletion of forms saved within a sitepackage crashes
0%
Description
*Versions of relevant Components:
Typo3-Version: 12.4.3
PHP Version: 8.1
CMS-Form: 12.4.3
*Steps to Reproduce:
Step 1: Configuration of Sitepackage as storage option:
We have used forms and configured the site package as an additional option for saving as follows.
persistenceManager:
allowedExtensionPaths:
10: EXT:gartenlandooe/Resources/Private/Forms/
allowSaveToExtensionPaths: true
allowDeleteFromExtensionPaths: true
Step 2: Create new form and save it within the site package, then try to delete it.
Saving works as expected. However, on the deletion of a form saved within the sitepackage, an error is thrown. It says that the resource does not exist, although it does.
(1/1) #1633777536 TYPO3\CMS\Core\Resource\Exception\ResourceDoesNotExistException
Tried to access a private resource file "EXT:gartenlandooe/Resources/Private/Forms/test2.form.yaml" from fallback compatibility storage. This storage only handles public files.
Files
Updated by Riccardo De Contardi 5 months ago
- Related to Bug #98363: EXT:form - Deletion of forms created in allowedExtensionPaths not possible added
Updated by Riccardo De Contardi 5 months ago
- Status changed from New to Closed
I close this issue in favor of #98363 please continue the discussion there.
I have added a relation between the issues and wrote there the description of this issue to keep track of it.
If you think that this is the wrong decision please reopen it or ping me and I'll do it.
Thank you.