Actions
Bug #99441
openError when editing two Forms in two separate Tabs
Status:
New
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2022-12-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When editing two Forms in two seperate tabs (in Browser) there comes an error message after saving the second form.
(1/2) #1297759968 TYPO3\CMS\Extbase\Property\Exception
Exception while property mapping at property path "": Unauthorized modification of "prototype name" or "identifier".
(2/2) #1528538322 TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException
Unauthorized modification of "prototype name" or "identifier".
Files
Updated by Riccardo De Contardi 7 months ago
This is still reproducible on TYPO3 13.1.0-dev (latest main)
Prerequisites¶
- TYPO3 13.1.0-dev
- two forms saved in the Forms module, "form 1" and "form 2"
Steps to reproduce¶
- Log in TYPO3 as admin
- Go to form module, open "form 1 " for editing, add something e.g. an input field
- open a new tab on your browser on the same TYPO3 backend and the same user
- Go to form module, open "form 2 " for editing, add something e.g. an input field
- Save "form 2"
- go to the tab where you've opened "Form 1" and press save button
Result¶
The backend crashes with the error:
(1/2) #1297759968 TYPO3\CMS\Extbase\Property\Exception Exception while property mapping at property path "": Unauthorized modification of "prototype name" or "identifier".
return $result; } catch (TargetNotFoundException $e) { throw $e; } catch (\Exception $e) { throw new Exception('Exception while property mapping at property path "' . implode('.', $currentPropertyPath) . '": ' . $e->getMessage(), 1297759968, $e); } } /**
Updated by Riccardo De Contardi 7 months ago
- Related to Bug #91716: Allow to open two forms parallel added
Actions