Project

General

Profile

Actions

Bug #42789

closed

requestUpdate doesn't work if fields are separated by a space

Added by Diego Pino over 11 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
FormEngine aka TCEforms
Target version:
Start date:
2012-11-08
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:

Description

I set my TCA like:

$TCA['table']['ctrl']['requestUpdate'] = 'field1, field2';

If I change the value of 'field1' in BE, a reload is requested. If I change the value of 'field2' in BE, there's no reload requested. I expect a reload request in this case too.

I noticed that if I remove the space between the fields, it works.

$TCA['table']['ctrl']['requestUpdate'] = 'field1,field2';


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #49872: requestUpdate doesn't work if fields are separated by a space (redux)ClosedFrancois Suter2013-07-10

Actions
Actions

Also available in: Atom PDF