Project

General

Profile

Actions

Bug #99441

open

Error when editing two Forms in two separate Tabs

Added by Andreas Keck over 1 year ago. Updated 4 days ago.

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


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #91716: Allow to open two forms parallelNew2020-06-26

Actions
Actions #1

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

  1. Log in TYPO3 as admin
  2. Go to form module, open "form 1 " for editing, add something e.g. an input field
  3. open a new tab on your browser on the same TYPO3 backend and the same user
  4. Go to form module, open "form 2 " for editing, add something e.g. an input field
  5. Save "form 2"
  6. 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);
        }
    }

    /**
Actions #2

Updated by Riccardo De Contardi 4 days ago

  • Related to Bug #91716: Allow to open two forms parallel added
Actions

Also available in: Atom PDF