Actions
Bug #89363
closedChanging backend user type does not reload view anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2019-10-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Files
Updated by Oliver Hader about 5 years ago
Updated by Oliver Hader about 5 years ago
- Related to Task #88665: Move "Refresh required" popup into FormEngine.js added
Updated by Oliver Hader about 5 years ago
Updated by Oliver Hader about 5 years ago
By reading the code a couple of elements in PHP namespace TYPO3\CMS\Backend\Form\Element
currently probably(!) do not work anymore concerning this "alert" feature:
RadioElement
(onclick
)CheckboxToggleElement
(onclick
& different element name) #confirmed, use for admin flagSelectSingleBoxElement
(different element name formultiple
)InputTextElement
(forvaluePicker
)TextElement
(forvaluePicker
)SelectTreeElement
(different handling with generated code)SelectMultipleSideBySide
(different element name)UserSysFileStorageIsPublicElement
(onclick
& different element name)CheckBoxElement
(onclick
)
Updated by Torben Hansen over 4 years ago
- Related to Bug #90672: TCA 'onChange' => 'reload' not working for checkbox fields added
Updated by Andreas Kienast over 4 years ago
- Status changed from New to Closed
This issue has been solved already some time ago :)
Actions