Actions
Feature #89361
openChanging 'onChange' => 'reload' behavior
Status:
New
Priority:
Should have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2019-10-07
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.2
Tags:
Complexity:
Sprint Focus:
Description
If the value of a field, set up with 'onchange' => 'reload', is changed a modal appears to save and reload the form.
The modal is not an ideal solution since canceling it will not revert the changes and accepting it saves the data which could lead to other validation errors or DataHandler hooks to run prematurely.
A more general solution should be found that allows new/depending fields to be loaded without saving the data first.
Updated by Tobi Kretschmann about 5 years ago
- Related to Task #89220: Revert value of input if confirmation modal is not accepted added
Updated by Oliver Hader about 5 years ago
- Related to Task #89362: Revert changed backend behavior for onChange/type added
Actions