Skip to content
Snippets Groups Projects
Commit f5e48b3e authored by Anja Leichsenring's avatar Anja Leichsenring Committed by Oliver Bartsch
Browse files

[BUGFIX] Define foreign_match_field definition for test setup

ext:irre_tutorial has two relations to tx_irretutorial_1nff_hotel
from tt_content: One from native field tx_irretutorial_1nff_hotels
and one from within flex for field tx_irretutorial_flexform.

With two relations in place, both need a foreign_match_fields
definition written to the child table to distinguish the two
relations. This is missing for tx_irretutorial_1nff_hotels and
leads to the situation that adding a relation to the flex field
is then shown as relation for the native field, too.

The patch adds a foreign_match_fields definition to the native
field and adapts the .csv test cases accordingly.

Resolves: #95986
Releases: master
Change-Id: I19f36990f1b6a699029b56b4bf62690128a5bb67
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72181


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 6ecdebc0
Branches
Tags
Showing
with 85 additions and 85 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment