Project

General

Profile

Actions

Bug #91580

open

Records with sys_category_record_mm not exported in t3d

Added by Frank Rakow almost 4 years ago. Updated over 1 year ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Import/Export (T3D)
Target version:
-
Start date:
2020-06-04
Due date:
% Done:

0%

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

Description

Problem

An export of records with relations to sys_category entries via sys_category_record_mm does not include them in the export.

The reason for this is to be found in \TYPO3\CMS\Core\Database\ReferenceIndex::getRelations_procDB

the If statement should be changed from

if ($conf['MM_opposite_field']) {

to

if (is_array($conf['MM_oppositeUsage'])) {

It was now possible to export the sys_category records e.g. for the news extension.

The use of the tables configured in MM_oppositeUsage must be prevented, otherwise a memory overflow is generated.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #56061: Introduce MM_oppositeUsage propertyClosedOliver Hader2014-02-18

Actions
Actions #1

Updated by Rémy DANIEL over 1 year ago

  • Category changed from Miscellaneous to Import/Export (T3D)
  • TYPO3 Version changed from 9 to 11

Still an issue in 11.5

Actions #2

Updated by Oliver Hader over 1 year ago

  • Related to Task #56061: Introduce MM_oppositeUsage property added
Actions

Also available in: Atom PDF