Project

General

Profile

Actions

Bug #101457

closed

Deletion of forms saved within a sitepackage crashes

Added by Angelika Kusel almost 1 year ago. Updated 21 days ago.

Status:
Closed
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

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #98363: EXT:form - Deletion of forms created in allowedExtensionPaths not possibleNew2022-09-16

Actions
Actions #1

Updated by Riccardo De Contardi 21 days ago

  • Related to Bug #98363: EXT:form - Deletion of forms created in allowedExtensionPaths not possible added
Actions #2

Updated by Riccardo De Contardi 21 days 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.

Actions

Also available in: Atom PDF