Project

General

Profile

Actions

Bug #87645

open

User TSconfig options.alertPopups to change popup behaviour not working

Added by Daniel Kary about 5 years ago. Updated almost 4 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2019-02-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
tsconfig options alertPopups
Complexity:
Is Regression:
Sprint Focus:

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.


Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Bug #78240: user tsconfig setting alertPopups has no effectClosed2016-10-11

Actions
Related to TYPO3 Core - Bug #76719: UserTs alertPopups still shownClosed2016-06-21

Actions
Has duplicate TYPO3 Core - Bug #87181: alertPopups-Bitmask dosn't affect moving pages-Popup in pagetree.New2018-12-17

Actions
Actions #1

Updated by Stefan P almost 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.

Actions #2

Updated by Stefan P almost 4 years ago

  • Subject changed from change Javascript popup alerts to User TSconfig options.alertPopups to change popup behaviour not working correctly
Actions #3

Updated by Stefan P almost 4 years ago

  • Has duplicate Bug #87181: alertPopups-Bitmask dosn't affect moving pages-Popup in pagetree. added
Actions #4

Updated by Stefan P almost 4 years ago

  • Related to Bug #78240: user tsconfig setting alertPopups has no effect added
Actions #5

Updated by Stefan P almost 4 years ago

  • Related to Bug #76719: UserTs alertPopups still shown added
Actions #6

Updated by Stefan P almost 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
Actions #7

Updated by Stefan P almost 4 years ago

Just checked: On TYPO3 8 it's already defect as well (after being fixed twice on TYPO3 7, see related tickets).

Actions

Also available in: Atom PDF