Project

General

Profile

Actions

Bug #89363

closed

Changing backend user type does not reload view anymore

Added by Oliver Hader over 4 years ago. Updated almost 4 years ago.

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

Scenario

  • editing backend user record
  • change "admin" flag (which is used a type in TCA ctrl section)
  • does not reload view anymore with changed fields

Reason

Introduced with #88665


Files

89363.png (27.3 KB) 89363.png Oliver Hader, 2019-10-07 18:35

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #88665: Move "Refresh required" popup into FormEngine.jsClosedAndreas Kienast2019-07-01

Actions
Related to TYPO3 Core - Bug #90672: TCA 'onChange' => 'reload' not working for checkbox fieldsClosed2020-03-07

Actions
Actions #1

Updated by Oliver Hader over 4 years ago

Actions #2

Updated by Oliver Hader over 4 years ago

  • Related to Task #88665: Move "Refresh required" popup into FormEngine.js added
Actions #3

Updated by Oliver Hader over 4 years ago

  • Is Regression set to Yes
Actions #4

Updated by Oliver Hader over 4 years ago

  • v9.5.10-dev affected
  • v10.1.0 affected
Actions #6

Updated by Oliver Hader over 4 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 flag
  • SelectSingleBoxElement (different element name for multiple)
  • InputTextElement (for valuePicker)
  • TextElement (for valuePicker)
  • SelectTreeElement (different handling with generated code)
  • SelectMultipleSideBySide (different element name)
  • UserSysFileStorageIsPublicElement (onclick & different element name)
  • CheckBoxElement (onclick)
Actions #7

Updated by Torben Hansen about 4 years ago

  • Related to Bug #90672: TCA 'onChange' => 'reload' not working for checkbox fields added
Actions #8

Updated by Andreas Kienast almost 4 years ago

  • Status changed from New to Closed

This issue has been solved already some time ago :)

Actions

Also available in: Atom PDF