Actions
Bug #92911
closedFormelement selection button first use
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2020-11-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Remote Sprint
Description
On the backend form edit interface, editing a Finisher.
When I use the Formelement selection button for the first time, it doesn't work and throw this JS error :
Uncaught TypeError: can't access property "length", propertyData is undefined InspectorComponent.js:2423:21
We must enter a space in the text editor before using this button.
It's a common TypeError and propertyData must be a string for the next step.
Actions