Bug #87645
openUser TSconfig options.alertPopups to change popup behaviour not working
0%
Description
In the documentation ([[https://docs.typo3.org/typo3cms/TSconfigReference/UserTsconfig/Options.html#alertpopups]]) is written that i can deactivate the JS Alerts by setting
options.alertPopups = xxx
I lockt for examples and tested multiple values. First i tried it from 0 (zero) and still got all the alerts. Then i tried 4 so that i just get alerts on delete. If i change the Page Type, der was no alert, but on move by drag-and-drop there ist still an alert. With the Value 1 i got the alert on TypeChange again, but the alert for delete was still there. I also testet to calc like 255 - 1 - 2 - 4 = 248 which i have seen in forums and wrote
options.alertPopups = 248
but this also didnt work. Sometimes i get the following Error if i try to delete something "No content provided, please check your Modal
configuration.", sometimes the alert for onTypeChange is deactivated, but i cant deactivate the alert on drag-and-drop if i want do copy or move the page and on delete there is always an alert, sometimes with the error i wrote before. I want to move pages on drag-and-drop always without this alert.
This setting seams to be broken.
Updated by S P over 4 years ago
- Category changed from System/Bootstrap/Configuration to Backend User Interface
Confirmed. I had this set to alertPopups = 1
and I simply still get all modals, just the text is empty (so that the hardcoded, untranslated text in the JS file appears).
This feature is completly broken.
Updated by S P over 4 years ago
- Subject changed from change Javascript popup alerts to User TSconfig options.alertPopups to change popup behaviour not working correctly
Updated by S P over 4 years ago
- Has duplicate Bug #87181: alertPopups-Bitmask dosn't affect moving pages-Popup in pagetree. added
Updated by S P over 4 years ago
- Related to Bug #78240: user tsconfig setting alertPopups has no effect added
Updated by S P over 4 years ago
- Related to Bug #76719: UserTs alertPopups still shown added
Updated by S P over 4 years ago
- Subject changed from User TSconfig options.alertPopups to change popup behaviour not working correctly to User TSconfig options.alertPopups to change popup behaviour not working
Updated by S P over 4 years ago
Just checked: On TYPO3 8 it's already defect as well (after being fixed twice on TYPO3 7, see related tickets).