Project

General

Profile

Actions

Task #56061

closed

Epic #55070: Workpackages

Epic #54851: WP: Workspaces IRRE & MM bugfixes

Story #54853: As a user I want to correctly create, modify, preview and publish IRRE & MM related workspace changes

Introduce MM_oppositeUsage property

Added by Oliver Hader about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend API
Target version:
-
Start date:
2014-02-18
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

On copying a sys_category record, a new MM reference is created, however without setting the "fieldname".
This value is basically defined from the opposite entity with MM_match_fields, but cannot be accessed.

This change introduces the MM_oppositeUsage property for MM definitions in the TCA.

Example:

...
'allowed' => '*',
'MM' => 'tx_myextension_first_second_mm',
'MM_oppositeUsage' => array(
'tt_content' => array('somefield'),
'tx_myextension_domain_model' => array('some_property'),
),
...


Related issues 3 (1 open2 closed)

Related to TYPO3 Core - Task #56059: Category localization cannot be renderedClosedOliver Hader2014-02-17

Actions
Related to TYPO3 Core - Task #56122: Use MM_oppositeUsage for category relationsClosedOliver Hader2014-02-19

Actions
Related to TYPO3 Core - Bug #91580: Records with sys_category_record_mm not exported in t3dNew2020-06-04

Actions
Actions #1

Updated by Oliver Hader about 10 years ago

  • Tracker changed from Bug to Feature
Actions #2

Updated by Gerrit Code Review about 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27677

Actions #3

Updated by Gerrit Code Review about 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27677

Actions #4

Updated by Gerrit Code Review about 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/27677

Actions #5

Updated by Oliver Hader about 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Oliver Hader about 10 years ago

  • Assignee set to Oliver Hader
Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Oliver Hader over 1 year ago

  • Related to Bug #91580: Records with sys_category_record_mm not exported in t3d added
Actions

Also available in: Atom PDF