Project

General

Profile

Actions

Bug #101457

open

Deletion of forms saved within a sitepackage crashes

Added by Angelika Kusel 9 months ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2023-07-27
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

typo3_bug.png (78.5 KB) typo3_bug.png Angelika Kusel, 2023-07-27 09:59

No data to display

Actions

Also available in: Atom PDF