Bug #99441
open
Error when editing two Forms in two separate Tabs
Added by Andreas Keck almost 2 years ago.
Updated 7 months ago.
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
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);
}
}
/**
- Related to Bug #91716: Allow to open two forms parallel added
Also available in: Atom
PDF