Actions
Bug #82638
closed<onChange>reload</onChange> causes a javascript error if the field is changed in the backend
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-10-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In a plugin flexform we have a select field with "onChange" set to "reload".
If I edit the plugin in the backend and select something in the select field, nothing happens (form doesn't get reloaded as expected) and in the javascript console appears an error message:
TypeError: TBE_EDITOR.labels.refreshRequired is undefined
I was able to reproduce this error in Firefox and Google Chrome.
Actions