Project

General

Profile

Actions

Bug #82564

closed

Error when adding inline record that has no endtime column configured

Added by José Ricardo over 6 years ago. Updated over 6 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-09-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Hi,

After TYPO3 7.6.20 when I try to add a new inline record that has no 'endtime' column configured on TCA I get this error:

Core: Exception handler (WEB): Uncaught TYPO3 Exception: Unsupported operand types | Error thrown in file .../typo3_src/typo3/sysext/backend/Classes/Utility/BackendUtility.php in line 1555

To avoid the error I need to configure the enablecolumns like this:

'enablecolumns' => [
    'disabled' => 'hidden',
    'starttime' => 'starttime',
    'endtime' => 'endtime'
],

Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #82330: cant create inline records if ctrl > enablecolumns > endtime is not specified in childrens TCA Closed2017-09-07

Actions
Actions #1

Updated by Wouter Wolters over 6 years ago

  • Status changed from New to Rejected

Hi thanks for reporting this issue. However this problem has already been fixed with #82330 and is available in the latest 7.6 release that was released on september 19th.

I'll close this ticket for this reason.

Actions #2

Updated by Stephan Großberndt over 6 years ago

  • Is duplicate of Bug #82330: cant create inline records if ctrl > enablecolumns > endtime is not specified in childrens TCA added
Actions

Also available in: Atom PDF